]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: mfd: Drop unrelated nodes from DTS example
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 1 May 2025 14:51:26 +0000 (16:51 +0200)
committerLee Jones <lee@kernel.org>
Fri, 23 May 2025 07:49:00 +0000 (08:49 +0100)
Binding example should not contain other nodes, e.g. consumers of
resource providers, because this is completely redundant and adds
unnecessary bloat.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250501145125.59952-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Lee Jones <lee@kernel.org>
Documentation/devicetree/bindings/mfd/iqs62x.yaml
Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml
Documentation/devicetree/bindings/mfd/netronix,ntxec.yaml

index e79ce447a8008d0c8d56f8f314a4db072dc64ddc..3fc7586646146ceaeef9cddd8bc6513b830b33b4 100644 (file)
@@ -90,15 +90,6 @@ examples:
             };
     };
 
-    pwmleds {
-            compatible = "pwm-leds";
-
-            led-1 {
-                    pwms = <&iqs620a_pwm 0 1000000>;
-                    max-brightness = <255>;
-            };
-    };
-
   - |
     /* Single inductive button with bipolar dock/tablet-mode switch. */
     #include <dt-bindings/input/input.h>
index 8bd1abfc44d993e749fae53a6102d36a771814a0..b613da83dca49f472a33488cc43e420e3b948cad 100644 (file)
@@ -76,12 +76,6 @@ additionalProperties: false
 
 examples:
   - |
-    ocelot_clock: ocelot-clock {
-          compatible = "fixed-clock";
-          #clock-cells = <0>;
-          clock-frequency = <125000000>;
-      };
-
     spi {
         #address-cells = <1>;
         #size-cells = <0>;
index 59a630025f52fa919fbdfc48f4cb1bef8144e6f7..06bada577acbcb9867d15e0c8abfe7d9d050a0fa 100644 (file)
@@ -63,14 +63,3 @@ examples:
                     #pwm-cells = <2>;
             };
     };
-
-    backlight {
-            compatible = "pwm-backlight";
-            pwms = <&ec 0 50000>;
-            power-supply = <&backlight_regulator>;
-    };
-
-    backlight_regulator: regulator-dummy {
-            compatible = "regulator-fixed";
-            regulator-name = "backlight";
-    };