From: Jonas Karlman Date: Thu, 12 Dec 2024 23:57:15 +0000 (+0000) Subject: rockchip: rk3399-gru: Remove unused nodes from xPL control FDT X-Git-Tag: v2025.04-rc1~66^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c34c315e7b6fb921a6a63d562ef9cd45aad7d31;p=pandora-u-boot.git rockchip: rk3399-gru: Remove unused nodes from xPL control FDT The eMMC PHY and SPI flash is not used in all xPL phases. Change to no longer include emmc_phy and spi_flash in all xPL phases. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang --- diff --git a/arch/arm/dts/rk3399-gru-u-boot.dtsi b/arch/arm/dts/rk3399-gru-u-boot.dtsi index 2505d9b01b8..5f44327736d 100644 --- a/arch/arm/dts/rk3399-gru-u-boot.dtsi +++ b/arch/arm/dts/rk3399-gru-u-boot.dtsi @@ -29,6 +29,11 @@ rockchip,panel = <&edp_panel>; }; +&emmc_phy { + /delete-property/ bootph-pre-ram; +}; + + &pp1800_audio { regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; @@ -80,7 +85,8 @@ &spi1 { spi_flash: flash@0 { - bootph-all; + bootph-pre-ram; + bootph-some-ram; }; };