From 1c24d12b68fa85fe51184ac64f446b27a4ccfaec Mon Sep 17 00:00:00 2001 From: Kiseok Jo Date: Tue, 31 Jan 2023 05:09:47 +0000 Subject: [PATCH] ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks Fix the bindings checks like syntax error. Signed-off-by: Kiseok Jo Reported-by: Rob Herring Link: https://lore.kernel.org/r/20230131050946.14385-1-kiseok.jo@irondevice.com Signed-off-by: Mark Brown --- .../devicetree/bindings/sound/irondevice,sma1303.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml b/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml index eb87374cc812..162c52606635 100644 --- a/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml +++ b/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml @@ -19,14 +19,13 @@ required: - compatible - reg -additionalProperties: true +additionalProperties: false examples: - | - #include i2c_bus { - sma1303_amp: sma1303@1e { - compatible = "irondevice,sma1303"; - reg = <0x1e>; - }; - }; + amplifier@1e { + compatible = "irondevice,sma1303"; + reg = <0x1e>; + }; + }; -- 2.11.0