]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: coral: Add a devicetree node for eMMC
authorSimon Glass <sjg@chromium.org>
Thu, 14 Jan 2021 03:29:53 +0000 (20:29 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 1 Feb 2021 07:11:41 +0000 (15:11 +0800)
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>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/dts/chromebook_coral.dts

index 9319123c0c4f59b06b609c3510700756061d9cd1..2ffe3b423c34f8e7791c001d03caf438b8ba6c46 100644 (file)
                        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";