[PATCH 13/17] x86: coral: Add a devicetree node for eMMC

Jaehoon Chung jh80.chung at samsung.com
Thu Jan 14 22:48:31 CET 2021


On 1/14/21 12:29 PM, Simon Glass wrote:
> 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>


Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>

Best Regards,
Jaehoon Chung

> ---
> 
>  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";
> 



More information about the U-Boot mailing list