Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mmc: fsl,esdhc: Add explicit reference to mmc-controller-common

Even though it is referenced by mmc/mmc-controller.yaml it still raises
the warning:
esdhc@1560000 (fsl,ls1021a-esdhc): Unevaluated properties are not allowed ('bus-width' was unexpected)

Adding an explicit reference fixes this.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250725060152.262094-1-alexander.stein@ew.tq-group.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Alexander Stein and committed by
Ulf Hansson
0caebd16 4591511d

+1
+1
Documentation/devicetree/bindings/mmc/fsl,esdhc.yaml
··· 90 90 91 91 allOf: 92 92 - $ref: sdhci-common.yaml# 93 + - $ref: mmc-controller-common.yaml# 93 94 94 95 unevaluatedProperties: false 95 96