diff options
author | Jonas Karlman | 2024-04-30 15:30:19 +0000 |
---|---|---|
committer | Kever Yang | 2024-05-07 15:56:08 +0800 |
commit | 2dfa45a785d2a92073589d3a42214b9b90dd04f4 (patch) | |
tree | 846f77955898a9f29eb8e7773281500f7546e681 /arch/arm | |
parent | 1520e81871d677612b19202806fab2de56dfe3e1 (diff) |
rockchip: rk3399: Remove inherited bootph-all props
Remove superfluous bootph-all props already inherited from main soc
u-boot.dtsi file.
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/rk3399-evb-u-boot.dtsi | 1 | ||||
-rw-r--r-- | arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/dts/rk3399-evb-u-boot.dtsi b/arch/arm/dts/rk3399-evb-u-boot.dtsi index 796ac964239..9df4a02c3e7 100644 --- a/arch/arm/dts/rk3399-evb-u-boot.dtsi +++ b/arch/arm/dts/rk3399-evb-u-boot.dtsi @@ -38,7 +38,6 @@ }; &sdmmc { - bootph-all; bus-width = <4>; cap-mmc-highspeed; cap-sd-highspeed; diff --git a/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi b/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi index 83b0c44e9ec..56fdaf440ae 100644 --- a/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi +++ b/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi @@ -12,12 +12,10 @@ &sdhci { max-frequency = <25000000>; - bootph-all; }; &sdmmc { max-frequency = <20000000>; - bootph-all; }; &spiflash { diff --git a/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi b/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi index 5dc7d0db5f7..dcfcec4f307 100644 --- a/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi +++ b/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi @@ -8,10 +8,8 @@ &sdhci { max-frequency = <25000000>; - bootph-all; }; &sdmmc { max-frequency = <20000000>; - bootph-all; }; |