[PATCH] ASoC: dt-bindings: irondevice, sma1303.yaml: Fix about breaking the checks
Kiseok Jo
kiseok.jo at irondevice.com
Tue Jan 31 06:09:47 CET 2023
Fix the bindings checks like syntax error.
Signed-off-by: Kiseok Jo <kiseok.jo at irondevice.com>
Reported-by: Rob Herring <robh at kernel.org>
---
.../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 <dt-bindings/gpio/gpio.h>
i2c_bus {
- sma1303_amp: sma1303 at 1e {
- compatible = "irondevice,sma1303";
- reg = <0x1e>;
- };
- };
+ amplifier at 1e {
+ compatible = "irondevice,sma1303";
+ reg = <0x1e>;
+ };
+ };
base-commit: eeb6b0feb597e8fb88c4e1459323060e17350752
--
2.20.1
More information about the Alsa-devel
mailing list