diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-11-30 17:45:22 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-11-30 17:45:22 -0500 |
commit | 54137bf6112db699329cbe915ea7332c8cbbeace (patch) | |
tree | e52cac100c4fc1dd25aabbeed2edf6dd153f5528 | |
parent | bb2d850778477a5ac30bf2752658856f20c2b1ac (diff) | |
parent | 0248994d7cce890e9bb75a8ee2d41016c990a7fd (diff) |
Merge tag 'berlin-dt-for-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jszhang/linux-berlin into next/dt
Pull "Berlin DT changes for v4.10" from Jisheng Zhang:
- fix DTC compiler warning
- fix typo in chosen node
* tag 'berlin-dt-for-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jszhang/linux-berlin:
ARM: dts: berlin2q-marvell-dmp: fix typo in chosen node
ARM: dts: berlin2q-marvell-dmp: fix regulators' name
-rw-r--r-- | arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts index f485308840ab..57aa5f8a7c77 100644 --- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts +++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts | |||
@@ -48,7 +48,7 @@ | |||
48 | reg = <0x00000000 0x80000000>; | 48 | reg = <0x00000000 0x80000000>; |
49 | }; | 49 | }; |
50 | 50 | ||
51 | choosen { | 51 | chosen { |
52 | bootargs = "earlyprintk"; | 52 | bootargs = "earlyprintk"; |
53 | stdout-path = "serial0:115200n8"; | 53 | stdout-path = "serial0:115200n8"; |
54 | }; | 54 | }; |
@@ -58,7 +58,7 @@ | |||
58 | #address-cells = <1>; | 58 | #address-cells = <1>; |
59 | #size-cells = <0>; | 59 | #size-cells = <0>; |
60 | 60 | ||
61 | reg_usb0_vbus: regulator@0 { | 61 | reg_usb0_vbus: regulator_usb0 { |
62 | compatible = "regulator-fixed"; | 62 | compatible = "regulator-fixed"; |
63 | regulator-name = "usb0_vbus"; | 63 | regulator-name = "usb0_vbus"; |
64 | regulator-min-microvolt = <5000000>; | 64 | regulator-min-microvolt = <5000000>; |
@@ -67,7 +67,7 @@ | |||
67 | enable-active-high; | 67 | enable-active-high; |
68 | }; | 68 | }; |
69 | 69 | ||
70 | reg_usb1_vbus: regulator@1 { | 70 | reg_usb1_vbus: regulator_usb1 { |
71 | compatible = "regulator-fixed"; | 71 | compatible = "regulator-fixed"; |
72 | regulator-name = "usb1_vbus"; | 72 | regulator-name = "usb1_vbus"; |
73 | regulator-min-microvolt = <5000000>; | 73 | regulator-min-microvolt = <5000000>; |
@@ -76,7 +76,7 @@ | |||
76 | enable-active-high; | 76 | enable-active-high; |
77 | }; | 77 | }; |
78 | 78 | ||
79 | reg_usb2_vbus: regulator@2 { | 79 | reg_usb2_vbus: regulator_usb2 { |
80 | compatible = "regulator-fixed"; | 80 | compatible = "regulator-fixed"; |
81 | regulator-name = "usb2_vbus"; | 81 | regulator-name = "usb2_vbus"; |
82 | regulator-min-microvolt = <5000000>; | 82 | regulator-min-microvolt = <5000000>; |
@@ -85,7 +85,7 @@ | |||
85 | enable-active-high; | 85 | enable-active-high; |
86 | }; | 86 | }; |
87 | 87 | ||
88 | reg_sdio1_vmmc: regulator@3 { | 88 | reg_sdio1_vmmc: regulator_sdio1_vmmc { |
89 | compatible = "regulator-fixed"; | 89 | compatible = "regulator-fixed"; |
90 | regulator-min-microvolt = <3300000>; | 90 | regulator-min-microvolt = <3300000>; |
91 | regulator-max-microvolt = <3300000>; | 91 | regulator-max-microvolt = <3300000>; |
@@ -95,7 +95,7 @@ | |||
95 | gpio = <&portb 21 GPIO_ACTIVE_HIGH>; | 95 | gpio = <&portb 21 GPIO_ACTIVE_HIGH>; |
96 | }; | 96 | }; |
97 | 97 | ||
98 | reg_sdio1_vqmmc: regulator@4 { | 98 | reg_sdio1_vqmmc: regulator_sido1_vqmmc { |
99 | compatible = "regulator-gpio"; | 99 | compatible = "regulator-gpio"; |
100 | regulator-min-microvolt = <1800000>; | 100 | regulator-min-microvolt = <1800000>; |
101 | regulator-max-microvolt = <3300000>; | 101 | regulator-max-microvolt = <3300000>; |