summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKiseok Jo <kiseok.jo@irondevice.com>2023-01-31 05:09:47 +0000
committerMark Brown <broonie@kernel.org>2023-01-31 11:05:18 +0000
commit1c24d12b68fa85fe51184ac64f446b27a4ccfaec (patch)
treebacd091a6e7827a50b45eeeb74588114c8314ab0 /Documentation
parent30cf002579969120ce926dffa3630afbb2ae899f (diff)
downloadlinux-stable-1c24d12b68fa85fe51184ac64f446b27a4ccfaec.tar.gz
linux-stable-1c24d12b68fa85fe51184ac64f446b27a4ccfaec.tar.bz2
linux-stable-1c24d12b68fa85fe51184ac64f446b27a4ccfaec.zip
ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks
Fix the bindings checks like syntax error. Signed-off-by: Kiseok Jo <kiseok.jo@irondevice.com> Reported-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230131050946.14385-1-kiseok.jo@irondevice.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml13
1 files 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@1e {
- compatible = "irondevice,sma1303";
- reg = <0x1e>;
- };
- };
+ amplifier@1e {
+ compatible = "irondevice,sma1303";
+ reg = <0x1e>;
+ };
+ };