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:
Andrew Lunn 2016-04-03 04:03:50 +02:00 committed by Gregory CLEMENT
parent 5d7fd65633
commit 49ad48c83a
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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";