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

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
......@@ -183,7 +183,7 @@ regulators {
#address-cells = <1>;
#size-cells = <0>;
usb3_regulator: usb3-regulator {
usb3_regulator: usb3-regulator@1 {
compatible = "regulator-fixed";
reg = <1>;
regulator-name = "USB 3.0 Power";
......
......@@ -193,7 +193,7 @@ regulators {
#address-cells = <1>;
#size-cells = <0>;
usb3_regulator: usb3-regulator {
usb3_regulator: usb3-regulator@1 {
compatible = "regulator-fixed";
reg = <1>;
regulator-name = "USB 3.0 Power";
......
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