[PATCH V2 2/6] board: rockchip: add DSI and DSI-DPHY for Anbernic RGxx3

Kever Yang kever.yang at rock-chips.com
Wed Jul 26 11:11:58 CEST 2023


On 2023/5/16 00:00, Chris Morgan wrote:
> From: Chris Morgan <macromorgan at hotmail.com>
>
> 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 at hotmail.com>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi | 8 ++++++++
>   1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi b/arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi
> index 62e75223af..f986e1941e 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";


More information about the U-Boot mailing list