From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Tue, 19 Jan 2016 09:42:54 +0100 Subject: [PATCH] ARM: dts: at91: at91sam9n12ek: fix panel compatible string In-Reply-To: <1453167059-31247-1-git-send-email-alexandre.belloni@free-electrons.com> References: <1453167059-31247-1-git-send-email-alexandre.belloni@free-electrons.com> Message-ID: <569DF70E.4070205@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Le 19/01/2016 02:30, Alexandre Belloni a ?crit : > Properly use qiaodian as the vendor prefix for the panel > > Signed-off-by: Alexandre Belloni Yes, this one needs to go in "fixes" for 4.5... Acked-by: Nicolas Ferre Thanks, bye. > --- > arch/arm/boot/dts/at91sam9n12ek.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts > index ca4ddf86817a..626c67d66626 100644 > --- a/arch/arm/boot/dts/at91sam9n12ek.dts > +++ b/arch/arm/boot/dts/at91sam9n12ek.dts > @@ -215,7 +215,7 @@ > }; > > panel: panel { > - compatible = "qd,qd43003c0-40", "simple-panel"; > + compatible = "qiaodian,qd43003c0-40", "simple-panel"; > backlight = <&backlight>; > power-supply = <&panel_reg>; > #address-cells = <1>; > -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932675AbcASInD (ORCPT ); Tue, 19 Jan 2016 03:43:03 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:14696 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752206AbcASIm7 (ORCPT ); Tue, 19 Jan 2016 03:42:59 -0500 Subject: Re: [PATCH] ARM: dts: at91: at91sam9n12ek: fix panel compatible string To: Alexandre Belloni References: <1453167059-31247-1-git-send-email-alexandre.belloni@free-electrons.com> CC: Jean-Christophe Plagniol-Villard , , From: Nicolas Ferre Organization: atmel Message-ID: <569DF70E.4070205@atmel.com> Date: Tue, 19 Jan 2016 09:42:54 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1453167059-31247-1-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 19/01/2016 02:30, Alexandre Belloni a écrit : > Properly use qiaodian as the vendor prefix for the panel > > Signed-off-by: Alexandre Belloni Yes, this one needs to go in "fixes" for 4.5... Acked-by: Nicolas Ferre Thanks, bye. > --- > arch/arm/boot/dts/at91sam9n12ek.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts > index ca4ddf86817a..626c67d66626 100644 > --- a/arch/arm/boot/dts/at91sam9n12ek.dts > +++ b/arch/arm/boot/dts/at91sam9n12ek.dts > @@ -215,7 +215,7 @@ > }; > > panel: panel { > - compatible = "qd,qd43003c0-40", "simple-panel"; > + compatible = "qiaodian,qd43003c0-40", "simple-panel"; > backlight = <&backlight>; > power-supply = <&panel_reg>; > #address-cells = <1>; > -- Nicolas Ferre