mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
bf1e46e959
* gnu/packages/bootloaders.scm (%u-boot-rk3399-enable-emmc-phy-patch): New variable. (u-boot)[origin]: Register it. * gnu/packages/patches/u-boot-rk3399-enable-emmc-phy.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
26 lines
599 B
Diff
26 lines
599 B
Diff
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>
|
|
---
|
|
|
|
arch/arm/dts/rk3399-u-boot.dtsi | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/arch/arm/dts/rk3399-u-boot.dtsi b/arch/arm/dts/rk3399-u-boot.dtsi
|
|
index 73922c328a..716b9a433a 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;
|
|
};
|
|
--
|
|
2.17.1
|