On Sun, 04 Dec 2022 10:47:13 +0100, Krzysztof Kozlowski wrote: > The Linux SDHCI driver core reads 'sdhci-caps' and 'sdhci-caps-mask' > properties and few devices already use it (e.g. Qualcomm SM8450), so add > them to a shared SDHCI bindings. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../devicetree/bindings/mmc/sdhci-am654.yaml | 4 +-- > .../devicetree/bindings/mmc/sdhci-common.yaml | 32 +++++++++++++++++++ > .../devicetree/bindings/mmc/sdhci-msm.yaml | 2 +- > MAINTAINERS | 1 + > 4 files changed, 35 insertions(+), 4 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-common.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>