From: Krzysztof Kozlowski Date: Mon, 24 Mar 2025 12:51:31 +0000 (+0100) Subject: ASoC: dt-bindings: maxim,max98925: Fix include placement in DTS example X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d1ecbcc3d82d65655685d3a05b3faf79e836d94a;p=users%2Fjedix%2Flinux-maple.git 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 Acked-by: Rob Herring (Arm) Link: https://patch.msgid.link/20250324125131.81867-1-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/sound/maxim,max98925.yaml b/Documentation/devicetree/bindings/sound/maxim,max98925.yaml index 32fd86204a7ae..121e8d2d44da0 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 i2c { #address-cells = <1>; #size-cells = <0>; - #include audio-codec@3a { compatible = "maxim,max98927"; reg = <0x3a>;