mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
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: Alexander Dahl <post@lespocky.de> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
c0aac3a51c
commit
991838f90e
1 changed files with 3 additions and 2 deletions
|
@ -46,9 +46,10 @@
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
led-controller {
|
||||||
compatible = "pwm-leds";
|
compatible = "pwm-leds";
|
||||||
heartbeat {
|
|
||||||
|
led-1 {
|
||||||
label = "marduk:red:heartbeat";
|
label = "marduk:red:heartbeat";
|
||||||
pwms = <&pwm 3 300000>;
|
pwms = <&pwm 3 300000>;
|
||||||
max-brightness = <255>;
|
max-brightness = <255>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue