From mboxrd@z Thu Jan 1 00:00:00 1970 From: yangbo.lu@nxp.com (Yangbo Lu) Date: Thu, 4 May 2017 18:48:56 +0800 Subject: [v2, 1/5] mmc: dt: add compatible into eSDHC required properties In-Reply-To: <1493894940-47452-1-git-send-email-yangbo.lu@nxp.com> References: <1493894940-47452-1-git-send-email-yangbo.lu@nxp.com> Message-ID: <1493894940-47452-2-git-send-email-yangbo.lu@nxp.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patch is to add compatible into eSDHC required properties. Signed-off-by: Yangbo Lu --- Changes for v2: - Added this patch. --- Documentation/devicetree/bindings/mmc/fsl-esdhc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mmc/fsl-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-esdhc.txt index dedfb02..b04b248 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-esdhc.txt +++ b/Documentation/devicetree/bindings/mmc/fsl-esdhc.txt @@ -7,6 +7,7 @@ This file documents differences between the core properties described by mmc.txt and the properties used by the sdhci-esdhc driver. Required properties: + - compatible : should be "fsl,esdhc", or "fsl,-esdhc". - interrupt-parent : interrupt source phandle. - clock-frequency : specifies eSDHC base clock frequency. -- 2.1.0.27.g96db324