[PATCH 13/17] x86: coral: Add a devicetree node for eMMC
Simon Glass
sjg at chromium.org
Thu Jan 14 04:29:53 CET 2021
Add a node for this so we can indicate that it is does not require any
ACPI code.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/x86/dts/chromebook_coral.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/x86/dts/chromebook_coral.dts b/arch/x86/dts/chromebook_coral.dts
index 965f59276af..bfbdd517d1f 100644
--- a/arch/x86/dts/chromebook_coral.dts
+++ b/arch/x86/dts/chromebook_coral.dts
@@ -569,6 +569,12 @@
acpi,name = "SDCD";
};
+ emmc: emmc at 1c,0 {
+ reg = <0x0000e000 0 0 0 0>;
+ compatible = "intel,apl-emmc";
+ non-removable;
+ };
+
pch: pch at 1f,0 {
reg = <0x0000f800 0 0 0 0>;
compatible = "intel,apl-pch";
--
2.30.0.284.gd98b1dd5eaa7-goog
More information about the U-Boot
mailing list