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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Krzysztof Kozlowski and committed by
Lee Jones
f9a9ad91 70becbeb

-26
-9
Documentation/devicetree/bindings/mfd/iqs62x.yaml
··· 90 90 }; 91 91 }; 92 92 93 - pwmleds { 94 - compatible = "pwm-leds"; 95 - 96 - led-1 { 97 - pwms = <&iqs620a_pwm 0 1000000>; 98 - max-brightness = <255>; 99 - }; 100 - }; 101 - 102 93 - | 103 94 /* Single inductive button with bipolar dock/tablet-mode switch. */ 104 95 #include <dt-bindings/input/input.h>
-6
Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml
··· 76 76 77 77 examples: 78 78 - | 79 - ocelot_clock: ocelot-clock { 80 - compatible = "fixed-clock"; 81 - #clock-cells = <0>; 82 - clock-frequency = <125000000>; 83 - }; 84 - 85 79 spi { 86 80 #address-cells = <1>; 87 81 #size-cells = <0>;
-11
Documentation/devicetree/bindings/mfd/netronix,ntxec.yaml
··· 63 63 #pwm-cells = <2>; 64 64 }; 65 65 }; 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 - };