Commit 055e38c7 authored by Yashwanth Varakala's avatar Yashwanth Varakala Committed by Shawn Guo

arm64: dts: imx8mp-phyboard-pollux-rdk: Fix led sub-node names

Dtschema of the leds sub-node names expects "led-1" instead of led1.
So, the sub-node names are corrected according to the regexes.
Signed-off-by: default avatarYashwanth Varakala <y.varakala@phytec.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6b4da135
...@@ -76,15 +76,15 @@ leds@62 { ...@@ -76,15 +76,15 @@ leds@62 {
compatible = "nxp,pca9533"; compatible = "nxp,pca9533";
reg = <0x62>; reg = <0x62>;
led1 { led-1 {
type = <PCA9532_TYPE_LED>; type = <PCA9532_TYPE_LED>;
}; };
led2 { led-2 {
type = <PCA9532_TYPE_LED>; type = <PCA9532_TYPE_LED>;
}; };
led3 { led-3 {
type = <PCA9532_TYPE_LED>; type = <PCA9532_TYPE_LED>;
}; };
}; };
......
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