ARM: dts: at91: at91sam9n12ek: fix panel compatible string
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 19 Jan 2016 01:30:59 +0000 (02:30 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 27 Jan 2016 10:13:11 +0000 (11:13 +0100)
Properly use qiaodian as the vendor prefix for the panel.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9n12ek.dts

index ca4ddf86817ab64dc6a8a31193191460bfaf8d4b..626c67d666269d5e878c650b76e8babc424bd48a 100644 (file)
        };
 
        panel: panel {
-               compatible = "qd,qd43003c0-40", "simple-panel";
+               compatible = "qiaodian,qd43003c0-40", "simple-panel";
                backlight = <&backlight>;
                power-supply = <&panel_reg>;
                #address-cells = <1>;
This page took 0.026406 seconds and 5 git commands to generate.