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 <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
@@ -29,6 +29,11 @@
|
|||||||
rockchip,panel = <&edp_panel>;
|
rockchip,panel = <&edp_panel>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&emmc_phy {
|
||||||
|
/delete-property/ bootph-pre-ram;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
&pp1800_audio {
|
&pp1800_audio {
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
@@ -80,7 +85,8 @@
|
|||||||
|
|
||||||
&spi1 {
|
&spi1 {
|
||||||
spi_flash: flash@0 {
|
spi_flash: flash@0 {
|
||||||
bootph-all;
|
bootph-pre-ram;
|
||||||
|
bootph-some-ram;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user