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

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -76,15 +76,15 @@ leds@62 {
		compatible = "nxp,pca9533";
		reg = <0x62>;

		led1 {
		led-1 {
			type = <PCA9532_TYPE_LED>;
		};

		led2 {
		led-2 {
			type = <PCA9532_TYPE_LED>;
		};

		led3 {
		led-3 {
			type = <PCA9532_TYPE_LED>;
		};
	};