diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2015-09-04 08:00:25 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-09-14 16:33:46 -0400 |
commit | 737f146fe0dd1353f5e2c6153fedd81f48b5cd65 (patch) | |
tree | 04b65b44fe98f522d1eea3caed29320017d969cc /arch | |
parent | d8f8004ec7048fb2faa6967ab51259b5603562fb (diff) |
ARM: dts: Use ti,pbias compatible string for pbias
Use platform specific compatible strings instead of the common
"ti,pbias-omap" compatible string.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap2430.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 5d65db9ebc2b..d1bf0b7f0ee9 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi | |||
@@ -122,7 +122,7 @@ | |||
122 | #size-cells = <1>; | 122 | #size-cells = <1>; |
123 | 123 | ||
124 | pbias_regulator: pbias_regulator { | 124 | pbias_regulator: pbias_regulator { |
125 | compatible = "ti,pbias-omap"; | 125 | compatible = "ti,pbias-dra7", "ti,pbias-omap"; |
126 | reg = <0xe00 0x4>; | 126 | reg = <0xe00 0x4>; |
127 | syscon = <&scm_conf>; | 127 | syscon = <&scm_conf>; |
128 | pbias_mmc_reg: pbias_mmc_omap5 { | 128 | pbias_mmc_reg: pbias_mmc_omap5 { |
diff --git a/arch/arm/boot/dts/omap2430.dtsi b/arch/arm/boot/dts/omap2430.dtsi index 2390f387c271..3961a6f170e1 100644 --- a/arch/arm/boot/dts/omap2430.dtsi +++ b/arch/arm/boot/dts/omap2430.dtsi | |||
@@ -63,7 +63,7 @@ | |||
63 | }; | 63 | }; |
64 | 64 | ||
65 | pbias_regulator: pbias_regulator { | 65 | pbias_regulator: pbias_regulator { |
66 | compatible = "ti,pbias-omap"; | 66 | compatible = "ti,pbias-omap2", "ti,pbias-omap"; |
67 | reg = <0x230 0x4>; | 67 | reg = <0x230 0x4>; |
68 | syscon = <&scm_conf>; | 68 | syscon = <&scm_conf>; |
69 | pbias_mmc_reg: pbias_mmc_omap2430 { | 69 | pbias_mmc_reg: pbias_mmc_omap2430 { |
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 69a40cfc1f29..9af9ae190299 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi | |||
@@ -203,7 +203,7 @@ | |||
203 | }; | 203 | }; |
204 | 204 | ||
205 | pbias_regulator: pbias_regulator { | 205 | pbias_regulator: pbias_regulator { |
206 | compatible = "ti,pbias-omap"; | 206 | compatible = "ti,pbias-omap3", "ti,pbias-omap"; |
207 | reg = <0x2b0 0x4>; | 207 | reg = <0x2b0 0x4>; |
208 | syscon = <&scm_conf>; | 208 | syscon = <&scm_conf>; |
209 | pbias_mmc_reg: pbias_mmc_omap2430 { | 209 | pbias_mmc_reg: pbias_mmc_omap2430 { |
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index abc4473e6f8a..5aad7f37df8b 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi | |||
@@ -198,7 +198,7 @@ | |||
198 | #size-cells = <1>; | 198 | #size-cells = <1>; |
199 | 199 | ||
200 | pbias_regulator: pbias_regulator { | 200 | pbias_regulator: pbias_regulator { |
201 | compatible = "ti,pbias-omap"; | 201 | compatible = "ti,pbias-omap4", "ti,pbias-omap"; |
202 | reg = <0x60 0x4>; | 202 | reg = <0x60 0x4>; |
203 | syscon = <&omap4_padconf_global>; | 203 | syscon = <&omap4_padconf_global>; |
204 | pbias_mmc_reg: pbias_mmc_omap4 { | 204 | pbias_mmc_reg: pbias_mmc_omap4 { |
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 4205a8ac9ddb..8d5f9d26110e 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -187,7 +187,7 @@ | |||
187 | #size-cells = <1>; | 187 | #size-cells = <1>; |
188 | 188 | ||
189 | pbias_regulator: pbias_regulator { | 189 | pbias_regulator: pbias_regulator { |
190 | compatible = "ti,pbias-omap"; | 190 | compatible = "ti,pbias-omap5", "ti,pbias-omap"; |
191 | reg = <0x60 0x4>; | 191 | reg = <0x60 0x4>; |
192 | syscon = <&omap5_padconf_global>; | 192 | syscon = <&omap5_padconf_global>; |
193 | pbias_mmc_reg: pbias_mmc_omap5 { | 193 | pbias_mmc_reg: pbias_mmc_omap5 { |