Commit 1c24d12b authored by Kiseok Jo's avatar Kiseok Jo Committed by Mark Brown

ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks

Fix the bindings checks like syntax error.
Signed-off-by: default avatarKiseok Jo <kiseok.jo@irondevice.com>
Reported-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230131050946.14385-1-kiseok.jo@irondevice.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 30cf0025
......@@ -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>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment