]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: rockchip: add DSI and DSI-DPHY for Anbernic RGxx3
authorChris Morgan <macromorgan@hotmail.com>
Mon, 15 May 2023 16:00:28 +0000 (11:00 -0500)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 28 Jul 2023 10:45:02 +0000 (18:45 +0800)
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>
arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi

index 62e75223af30af295cadbf4de30f672700d1b726..f986e1941e7f40132bc64af5f8b845a66a8f0232 100644 (file)
                        <&pmucru CLK_RTC32K_FRAC>;
 };
 
+&dsi_dphy0 {
+       status = "okay";
+};
+
+&dsi0 {
+       status = "okay";
+};
+
 &i2c2 {
        pinctrl-0 = <&i2c2m1_xfer>;
        pinctrl-names = "default";