[PATCH-v2 2/7] mmc: sdhci-pxav3: binding: Add pxa1928 compatible support
From: Vaibhav Hiremath <hidden>
Date: 2015-09-09 11:05:14
Also in:
linux-devicetree, linux-mmc, lkml
From: Vaibhav Hiremath <hidden>
Date: 2015-09-09 11:05:14
Also in:
linux-devicetree, linux-mmc, lkml
On Wednesday 09 September 2015 05:19 AM, Rob Herring wrote:
On 09/07/2015 06:18 AM, Vaibhav Hiremath wrote:quoted
With support for pxa1928 family of devices , this patch updates the binding document with compatible property of "marvell,pxav3-1928-sdhci". Signed-off-by: Vaibhav Hiremath <redacted> --- Documentation/devicetree/bindings/mmc/sdhci-pxa.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Documentation/devicetree/bindings/mmc/sdhci-pxa.txt b/Documentation/devicetree/bindings/mmc/sdhci-pxa.txt index 3d1b449..29edcf5 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-pxa.txt +++ b/Documentation/devicetree/bindings/mmc/sdhci-pxa.txt@@ -5,7 +5,7 @@ and the properties used by the sdhci-pxav2 and sdhci-pxav3 drivers. Required properties: - compatible: Should be "mrvl,pxav2-mmc", "mrvl,pxav3-mmc" or - "marvell,armada-380-sdhci". + "marvell,armada-380-sdhci" or "marvell,pxav3-1928-sdhci".v3 is implied by pxa1928. So I'd just do "marvell,pxa1928-sdhci" to better match the chip name.
Ok, No issues. I followed the existing "armada-380-sdhci" naming style. Will correct it in next version. Thanks, Vaibhav