From 0751cda5745efcff1a4bfc70c42bab380901b0b8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 13 Jan 2021 20:29:53 -0700 Subject: [PATCH] x86: coral: Add a devicetree node for eMMC Add a node for this so we can indicate that it is does not require any ACPI code. Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Reviewed-by: Bin Meng --- 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 9319123c0c..2ffe3b423c 100644 --- a/arch/x86/dts/chromebook_coral.dts +++ b/arch/x86/dts/chromebook_coral.dts @@ -575,6 +575,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";