diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-01-19 04:30:59 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-01-27 13:13:11 +0300 |
commit | 1a469ae2ced763fc0d4edb3c9d7b4188deee950c (patch) | |
tree | 494f7994a0ab73e606764945c41d2b59f6124108 /arch/arm | |
parent | 929e883f2bfdf68d4bd3aec43912e956417005c7 (diff) | |
download | linux-1a469ae2ced763fc0d4edb3c9d7b4188deee950c.tar.xz |
ARM: dts: at91: at91sam9n12ek: fix panel compatible string
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12ek.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |