Message ID | 20241212235735.164272-9-jonas@kwiboo.se |
---|---|
State | Accepted |
Commit | 1c34c315e7b6fb921a6a63d562ef9cd45aad7d31 |
Delegated to: | Kever Yang |
Headers | show |
Series | rockchip: rk3399: Migrate to use TPL on bob and kevin | expand |
On 2024/12/13 07:57, Jonas Karlman wrote: > 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> Thanks, - Kever > --- > arch/arm/dts/rk3399-gru-u-boot.dtsi | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/dts/rk3399-gru-u-boot.dtsi b/arch/arm/dts/rk3399-gru-u-boot.dtsi > index 2505d9b01b8a..5f44327736df 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; > }; > }; >
diff --git a/arch/arm/dts/rk3399-gru-u-boot.dtsi b/arch/arm/dts/rk3399-gru-u-boot.dtsi index 2505d9b01b8a..5f44327736df 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; }; };
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> --- arch/arm/dts/rk3399-gru-u-boot.dtsi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)