Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
d1ecbcc3 7288aa73

+1 -1
+1 -1
Documentation/devicetree/bindings/sound/maxim,max98925.yaml
··· 77 77 78 78 examples: 79 79 - | 80 + #include <dt-bindings/gpio/gpio.h> 80 81 i2c { 81 82 #address-cells = <1>; 82 83 #size-cells = <0>; 83 84 84 - #include <dt-bindings/gpio/gpio.h> 85 85 audio-codec@3a { 86 86 compatible = "maxim,max98927"; 87 87 reg = <0x3a>;