On Wed, 12 Feb 2025 14:52:10 +0530, Dharma Balasubiramani wrote:
The compatible property is required for some vendor-specific device trees, such
as Amlogic's meson-mx-sdio, but is unnecessary for others, like Microchip's
DTS. To resolve unintended warnings for configurations that do not require it,
remove compatible from the required properties in mmc-slot.yaml.
Please rewrap your commit message at the right length. checkpatch.pl
will tell you this so I don't have to.
Since meson-mx-sdio still requires compatible, explicitly add it to its
required list in amlogic,meson-mx-sdio.yaml.
Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
---
Documentation/devicetree/bindings/mmc/amlogic,meson-mx-sdio.yaml | 3 +++
Documentation/devicetree/bindings/mmc/mmc-slot.yaml | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>