[PATCH 10/10] ARM: i.MX: GuF Santaro: Fix panel support
Sascha Hauer
s.hauer at pengutronix.de
Wed Sep 23 04:47:31 PDT 2015
The backlight enable gpio is in both the ldb node and the panel node.
Remove it from the ldb node where is was unused and fix the polarity
in the panel node. Also make the panel compatible to simple-panel to
let the driver match it.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/dts/imx6q-guf-santaro.dts | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/arch/arm/dts/imx6q-guf-santaro.dts b/arch/arm/dts/imx6q-guf-santaro.dts
index 4db9071..27f538a 100644
--- a/arch/arm/dts/imx6q-guf-santaro.dts
+++ b/arch/arm/dts/imx6q-guf-santaro.dts
@@ -60,9 +60,9 @@
};
panel {
- compatible = "unknown,the-display-on-the-garz-fricke-santaro";
+ compatible = "simple-panel";
backlight = <&backlight>;
- enable-gpios = <&gpio5 21 GPIO_ACTIVE_LOW>;
+ enable-gpios = <&gpio5 21 GPIO_ACTIVE_HIGH>;
port {
panel_in: endpoint {
@@ -515,7 +515,6 @@
status = "okay";
fsl,data-mapping = "spwg";
fsl,data-width = <18>;
- gpios = <&gpio5 21 GPIO_ACTIVE_HIGH>;
display-timings {
timing0: 800x480 {
--
2.5.1
More information about the barebox
mailing list