aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Morgan2023-05-15 11:00:28 -0500
committerKever Yang2023-07-28 18:45:02 +0800
commit9c879516637292830b19251564547ec1f464b5bd (patch)
tree8670343eb9aba0b5ebca7b5d4dbea697250c04cd
parent59c255ae5f3000f9bf7f3d703415f81f721afc88 (diff)
board: rockchip: add DSI and DSI-DPHY for Anbernic RGxx3
Add support for the DSI and DSI-DPHY to U-Boot for the RGxx3. These are needed so we can send a panel ID request to determine which panel is being used. Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r--arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi b/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi
index 62e75223af3..f986e1941e7 100644
--- a/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi
+++ b/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi
@@ -46,6 +46,14 @@
<&pmucru CLK_RTC32K_FRAC>;
};
+&dsi_dphy0 {
+ status = "okay";
+};
+
+&dsi0 {
+ status = "okay";
+};
+
&i2c2 {
pinctrl-0 = <&i2c2m1_xfer>;
pinctrl-names = "default";