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: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
5d7fd65633
commit
49ad48c83a
|
@ -183,7 +183,7 @@
|
|||
#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 @@
|
|||
#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";
|
||||
|
|
Loading…
Reference in New Issue