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>
This commit is contained in:
Chris Morgan 2023-05-15 11:00:28 -05:00 committed by Kever Yang
parent 59c255ae5f
commit 9c87951663

View file

@ -46,6 +46,14 @@
<&pmucru CLK_RTC32K_FRAC>;
};
&dsi_dphy0 {
status = "okay";
};
&dsi0 {
status = "okay";
};
&i2c2 {
pinctrl-0 = <&i2c2m1_xfer>;
pinctrl-names = "default";