
14 Jan
2021
14 Jan
'21
4:29 a.m.
Add a node for this so we can indicate that it is does not require any ACPI code.
Signed-off-by: Simon Glass sjg@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@1c,0 { + reg = <0x0000e000 0 0 0 0>; + compatible = "intel,apl-emmc"; + non-removable; + }; + pch: pch@1f,0 { reg = <0x0000f800 0 0 0 0>; compatible = "intel,apl-pch";
--
2.30.0.284.gd98b1dd5eaa7-goog