diff options
| author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2025-03-24 13:51:31 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-04-06 23:25:15 +0100 |
| commit | d1ecbcc3d82d65655685d3a05b3faf79e836d94a (patch) | |
| tree | 74986f5d0d3dbb4386a0c92c424a9bc15048321b | |
| parent | 7288aa73e5cfb3f37ae93b55d7b7d63eca5140a8 (diff) | |
| download | linux-d1ecbcc3d82d65655685d3a05b3faf79e836d94a.tar.gz linux-d1ecbcc3d82d65655685d3a05b3faf79e836d94a.zip | |
ASoC: dt-bindings: maxim,max98925: Fix include placement in DTS example
Coding style and common logic dictates that headers should not be
included in device nodes. No functional impact.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250324125131.81867-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/sound/maxim,max98925.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/maxim,max98925.yaml b/Documentation/devicetree/bindings/sound/maxim,max98925.yaml index 32fd86204a7a..121e8d2d44da 100644 --- a/Documentation/devicetree/bindings/sound/maxim,max98925.yaml +++ b/Documentation/devicetree/bindings/sound/maxim,max98925.yaml @@ -77,11 +77,11 @@ additionalProperties: false examples: - | + #include <dt-bindings/gpio/gpio.h> i2c { #address-cells = <1>; #size-cells = <0>; - #include <dt-bindings/gpio/gpio.h> audio-codec@3a { compatible = "maxim,max98927"; reg = <0x3a>; |
