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>
pull/1354/merge
Alexander Stein 2025-07-25 08:01:51 +02:00 committed by Ulf Hansson
parent 4591511dab
commit 0caebd1658
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ required:
allOf:
- $ref: sdhci-common.yaml#
- $ref: mmc-controller-common.yaml#
unevaluatedProperties: false