Commit 5f30dacf authored by Stefan Wahren's avatar Stefan Wahren Committed by Nicolas Saenz Julienne
Browse files

ARM: dts: bcm283x: Fix up GPIO LED node names



Fix the node names for the GPIO LEDs to conform to the standard node
name led-..

Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Link: https://lore.kernel.org/r/1622981777-5023-6-git-send-email-stefan.wahren@i2se.com


Signed-off-by: default avatarNicolas Saenz Julienne <nsaenz@kernel.org>
parent 224bd597
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@
	};

	leds {
		act {
		led-act {
			gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
		};

		pwr {
		led-pwr {
			label = "PWR";
			gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
			default-state = "keep";
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@
	};

	leds {
		act {
		led-act {
			gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
		};

		pwr {
		led-pwr {
			label = "PWR";
			gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
			default-state = "keep";
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
	};

	leds {
		act {
		led-act {
			gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
		};
	};
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@
	};

	leds {
		act {
		led-act {
			gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
		};

		pwr {
		led-pwr {
			label = "PWR";
			gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
			default-state = "keep";
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
	};

	leds {
		act {
		led-act {
			gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
		};
	};
Loading