Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49ad48c8 authored by Andrew Lunn's avatar Andrew Lunn Committed by Gregory CLEMENT
Browse files

ARM: dts: kirkwood: Add address go regulator unit name



The regulator has a reg property so include it in the unit name.

Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 5d7fd656
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -183,7 +183,7 @@
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <0>;
		#size-cells = <0>;


		usb3_regulator: usb3-regulator {
		usb3_regulator: usb3-regulator@1 {
			compatible = "regulator-fixed";
			compatible = "regulator-fixed";
			reg = <1>;
			reg = <1>;
			regulator-name = "USB 3.0 Power";
			regulator-name = "USB 3.0 Power";
+1 −1
Original line number Original line Diff line number Diff line
@@ -193,7 +193,7 @@
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <0>;
		#size-cells = <0>;


		usb3_regulator: usb3-regulator {
		usb3_regulator: usb3-regulator@1 {
			compatible = "regulator-fixed";
			compatible = "regulator-fixed";
			reg = <1>;
			reg = <1>;
			regulator-name = "USB 3.0 Power";
			regulator-name = "USB 3.0 Power";