summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts
diff options
context:
space:
mode:
authorMaya Matuszczyk <maccraft123mc@gmail.com>2023-02-13 16:38:16 +0100
committerHeiko Stuebner <heiko@sntech.de>2023-03-08 00:31:50 +0100
commitf94c11ade1461b9cbae1e8d2e03efa7d4dc178f0 (patch)
treed9896306b7ae2a797479125fcbe325c396c9e91d /arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts
parent477ed3ade6a46e445b4e2348b710c51df4f6f4b1 (diff)
arm64: dts: rockchip: Add display support to Odroid Go Super
Note that orientation property in ST7701 driver is currently missing, And that ST7701 panel driver uses different regulator names compared to driver for Elida KD35T133 driver. Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com> Link: https://lore.kernel.org/r/20230213153816.213526-5-maccraft123mc@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts b/arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts
index 842efbaf1a6a..1b9769ccfdeb 100644
--- a/arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts
@@ -142,7 +142,9 @@
};
&internal_display {
- status = "disabled";
+ compatible = "elida,kd50t048a", "sitronix,st7701";
+ reset-gpios = <&gpio3 RK_PC0 GPIO_ACTIVE_HIGH>;
+ VCC-supply = <&vcc_lcd>;
};
&rk817_charger {