From: Alexandre Belloni Date: Tue, 19 Jan 2016 01:30:59 +0000 (+0100) Subject: ARM: dts: at91: at91sam9n12ek: fix panel compatible string X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1a469ae2ced763fc0d4edb3c9d7b4188deee950c;p=deliverable%2Flinux.git ARM: dts: at91: at91sam9n12ek: fix panel compatible string Properly use qiaodian as the vendor prefix for the panel. Signed-off-by: Alexandre Belloni Signed-off-by: Nicolas Ferre --- 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>;