diff options
author | Chris Morgan | 2023-05-15 11:00:28 -0500 |
---|---|---|
committer | Kever Yang | 2023-07-28 18:45:02 +0800 |
commit | 9c879516637292830b19251564547ec1f464b5bd (patch) | |
tree | 8670343eb9aba0b5ebca7b5d4dbea697250c04cd | |
parent | 59c255ae5f3000f9bf7f3d703415f81f721afc88 (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.dtsi | 8 |
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"; |