Skip to content

Commit

Permalink
dts: rockchip: rk3399: enable emmc phy for spl
Browse files Browse the repository at this point in the history
adapting commit ac80414 ("mmc: rockchip_sdhci: add phy and clock
config for rk3399") to fix the issue "Not found emmc phy device".

Signed-off-by: Yifeng Zhao <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
Tested-by: Peter Robinson <[email protected]> - on a Rock960
Reviewed-by: Patrick Wildt <[email protected]>
Tested-by: Patrick Wildt <[email protected]> - on a Pinebook Pro
Reviewed-by: Kever Yang <[email protected]>
  • Loading branch information
zhao0116 authored and keveryang committed Dec 24, 2021
1 parent ef7f430 commit f8b3608
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/dts/rk3399-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
u-boot,dm-pre-reloc;
};

&emmc_phy {
u-boot,dm-pre-reloc;
};

&grf {
u-boot,dm-pre-reloc;
};
Expand Down

0 comments on commit f8b3608

Please sign in to comment.