diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2022-03-30 11:05:44 +1300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2022-04-26 14:05:19 +0200 |
commit | 3ddfa03d8162264b32b95b26eccb902ed4e07f3f (patch) | |
tree | 54865b7d85f0e24014f149424b255a8923d402ea /MAINTAINERS | |
parent | fc1fdbd94cabab0f647c80fbd5c41029f84735b4 (diff) | |
download | lwn-3ddfa03d8162264b32b95b26eccb902ed4e07f3f.tar.gz lwn-3ddfa03d8162264b32b95b26eccb902ed4e07f3f.zip |
dt-bindings: mmc: xenon: Convert to JSON schema
Convert the marvell,xenon-sdhci binding to JSON schema. Currently the
in-tree dts files don't validate because they use sdhci@ instead of mmc@
as required by the generic mmc-controller schema.
The compatible "marvell,sdhci-xenon" was not documented in the old
binding but it accompanies the of "marvell,armada-3700-sdhci" in the
armada-37xx SoC dtsi so this combination is added to the new binding
document.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220329220544.2132135-3-chris.packham@alliedtelesis.co.nz
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5e8c2f611766..d5168b94d38e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11827,7 +11827,7 @@ MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER M: Hu Ziji <huziji@marvell.com> L: linux-mmc@vger.kernel.org S: Supported -F: Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt +F: Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml F: drivers/mmc/host/sdhci-xenon* MATROX FRAMEBUFFER DRIVER |