From 481e8a7240a46be298691cd3246e3250bbd10533 Mon Sep 17 00:00:00 2001 From: Yinbo Zhu Date: Tue, 15 Oct 2019 17:20:48 +0800 Subject: [PATCH] arch: powerpc: add eSDHC node to t4240 dts Add eSDHC node to t4240 dts Signed-off-by: Yinbo Zhu Signed-off-by: Priyanka Jain --- arch/powerpc/dts/t4240.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/powerpc/dts/t4240.dtsi b/arch/powerpc/dts/t4240.dtsi index 3bda2fa780..5170083b5b 100644 --- a/arch/powerpc/dts/t4240.dtsi +++ b/arch/powerpc/dts/t4240.dtsi @@ -107,6 +107,12 @@ sata-number = <2>; sata-fpdma = <0>; }; + + esdhc: esdhc@114000 { + compatible = "fsl,esdhc"; + reg = <0x114000 0x1000>; + clock-frequency = <0>; + }; }; pcie@ffe240000 { -- 2.39.5