Skip to content

Commit f9a9ad9

Browse files
krzklag-linaro
authored andcommitted
dt-bindings: mfd: Drop unrelated nodes from DTS example
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>
1 parent 70becbe commit f9a9ad9

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

Documentation/devicetree/bindings/mfd/iqs62x.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,6 @@ examples:
9090
};
9191
};
9292
93-
pwmleds {
94-
compatible = "pwm-leds";
95-
96-
led-1 {
97-
pwms = <&iqs620a_pwm 0 1000000>;
98-
max-brightness = <255>;
99-
};
100-
};
101-
10293
- |
10394
/* Single inductive button with bipolar dock/tablet-mode switch. */
10495
#include <dt-bindings/input/input.h>

Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ additionalProperties: false
7676

7777
examples:
7878
- |
79-
ocelot_clock: ocelot-clock {
80-
compatible = "fixed-clock";
81-
#clock-cells = <0>;
82-
clock-frequency = <125000000>;
83-
};
84-
8579
spi {
8680
#address-cells = <1>;
8781
#size-cells = <0>;

Documentation/devicetree/bindings/mfd/netronix,ntxec.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,3 @@ examples:
6363
#pwm-cells = <2>;
6464
};
6565
};
66-
67-
backlight {
68-
compatible = "pwm-backlight";
69-
pwms = <&ec 0 50000>;
70-
power-supply = <&backlight_regulator>;
71-
};
72-
73-
backlight_regulator: regulator-dummy {
74-
compatible = "regulator-fixed";
75-
regulator-name = "backlight";
76-
};

0 commit comments

Comments
 (0)