Commit 991838f9 authored by Alexander Dahl's avatar Alexander Dahl Committed by Thomas Bogendoerfer

MIPS: DTS: img: Fix schema warnings for pwm-leds

The node names for devices using the pwm-leds driver follow a certain
naming scheme (now).  Parent node name is not enforced, but recommended
by DT project.
Signed-off-by: default avatarAlexander Dahl <post@lespocky.de>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent c0aac3a5
......@@ -46,9 +46,10 @@ internal_dac_supply: internal-dac-supply {
regulator-max-microvolt = <1800000>;
};
leds {
led-controller {
compatible = "pwm-leds";
heartbeat {
led-1 {
label = "marduk:red:heartbeat";
pwms = <&pwm 3 300000>;
max-brightness = <255>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment