rockchip: rk3399-gru: Remove unused nodes from xPL control FDT
authorJonas Karlman <jonas@kwiboo.se>
Thu, 12 Dec 2024 23:57:15 +0000 (23:57 +0000)
committerTom Rini <trini@konsulko.com>
Sat, 11 Jan 2025 00:56:21 +0000 (18:56 -0600)
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 <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-gru-u-boot.dtsi

index 2505d9b..5f44327 100644 (file)
        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;
        };
 };