diff options
author | Yifeng Zhao <yifeng.zhao@rock-chips.com> | 2021-11-01 12:43:47 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2021-12-24 14:46:25 +0800 |
commit | f8b36089af26c3596a8b3796af336cee42cc1757 (patch) | |
tree | 17c64d146c21fda2d2abef60796208645939de78 | |
parent | ef7f43084f7733826939c45de145a5a852bb91e3 (diff) | |
download | u-boot-f8b36089af26c3596a8b3796af336cee42cc1757.zip u-boot-f8b36089af26c3596a8b3796af336cee42cc1757.tar.gz u-boot-f8b36089af26c3596a8b3796af336cee42cc1757.tar.bz2 |
dts: rockchip: rk3399: enable emmc phy for spl
adapting commit ac804143cf ("mmc: rockchip_sdhci: add phy and clock
config for rk3399") to fix the issue "Not found emmc phy device".
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com> - on a Rock960
Reviewed-by: Patrick Wildt <patrick@blueri.se>
Tested-by: Patrick Wildt <patrick@blueri.se> - on a Pinebook Pro
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r-- | arch/arm/dts/rk3399-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-u-boot.dtsi b/arch/arm/dts/rk3399-u-boot.dtsi index 73922c3..716b9a4 100644 --- a/arch/arm/dts/rk3399-u-boot.dtsi +++ b/arch/arm/dts/rk3399-u-boot.dtsi @@ -88,6 +88,10 @@ u-boot,dm-pre-reloc; }; +&emmc_phy { + u-boot,dm-pre-reloc; +}; + &grf { u-boot,dm-pre-reloc; }; |