Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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 Diff line number Diff line
@@ -122,7 +122,7 @@
					#size-cells = <1>;

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

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

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

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

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