Commit 737f146f authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Tony Lindgren
Browse files

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: default avatarKishon Vijay Abraham I <kishon@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d8f8004e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -122,7 +122,7 @@ scm_conf: scm_conf@0 {
					#size-cells = <1>;
					#size-cells = <1>;


					pbias_regulator: pbias_regulator {
					pbias_regulator: pbias_regulator {
						compatible = "ti,pbias-omap";
						compatible = "ti,pbias-dra7", "ti,pbias-omap";
						reg = <0xe00 0x4>;
						reg = <0xe00 0x4>;
						syscon = <&scm_conf>;
						syscon = <&scm_conf>;
						pbias_mmc_reg: pbias_mmc_omap5 {
						pbias_mmc_reg: pbias_mmc_omap5 {
+1 −1
Original line number Original line Diff line number Diff line
@@ -63,7 +63,7 @@ scm_clocks: clocks {
					};
					};


					pbias_regulator: pbias_regulator {
					pbias_regulator: pbias_regulator {
						compatible = "ti,pbias-omap";
						compatible = "ti,pbias-omap2", "ti,pbias-omap";
						reg = <0x230 0x4>;
						reg = <0x230 0x4>;
						syscon = <&scm_conf>;
						syscon = <&scm_conf>;
						pbias_mmc_reg: pbias_mmc_omap2430 {
						pbias_mmc_reg: pbias_mmc_omap2430 {
+1 −1
Original line number Original line Diff line number Diff line
@@ -203,7 +203,7 @@ sdma: dma-controller@48056000 {
		};
		};


		pbias_regulator: pbias_regulator {
		pbias_regulator: pbias_regulator {
			compatible = "ti,pbias-omap";
			compatible = "ti,pbias-omap3", "ti,pbias-omap";
			reg = <0x2b0 0x4>;
			reg = <0x2b0 0x4>;
			syscon = <&scm_conf>;
			syscon = <&scm_conf>;
			pbias_mmc_reg: pbias_mmc_omap2430 {
			pbias_mmc_reg: pbias_mmc_omap2430 {
+1 −1
Original line number Original line Diff line number Diff line
@@ -198,7 +198,7 @@ omap4_padconf_global: omap4_padconf_global@5a0 {
					#size-cells = <1>;
					#size-cells = <1>;


					pbias_regulator: pbias_regulator {
					pbias_regulator: pbias_regulator {
						compatible = "ti,pbias-omap";
						compatible = "ti,pbias-omap4", "ti,pbias-omap";
						reg = <0x60 0x4>;
						reg = <0x60 0x4>;
						syscon = <&omap4_padconf_global>;
						syscon = <&omap4_padconf_global>;
						pbias_mmc_reg: pbias_mmc_omap4 {
						pbias_mmc_reg: pbias_mmc_omap4 {
+1 −1
Original line number Original line Diff line number Diff line
@@ -187,7 +187,7 @@ omap5_padconf_global: omap5_padconf_global@5a0 {
					#size-cells = <1>;
					#size-cells = <1>;


					pbias_regulator: pbias_regulator {
					pbias_regulator: pbias_regulator {
						compatible = "ti,pbias-omap";
						compatible = "ti,pbias-omap5", "ti,pbias-omap";
						reg = <0x60 0x4>;
						reg = <0x60 0x4>;
						syscon = <&omap5_padconf_global>;
						syscon = <&omap5_padconf_global>;
						pbias_mmc_reg: pbias_mmc_omap5 {
						pbias_mmc_reg: pbias_mmc_omap5 {