@@ -119,6 +119,18 @@
pinctrl-single,function-mask = <0x3fffffff>;
};
+ tisyscon: tisyscon@4A100600 {
+ compatible = "ti,control-syscon", "syscon", "simple-bus";
+ reg = <0x4A002E00 0x4>;
+ pbias_regulator: pbias_regulator {
+ compatible = "regulator-pbias-omap5";
+ pbias-reg-offset = <0>;
+ regulator-name = "pbias_regulator";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <3000000>;
+ };
+ };
+
sdma: dma-controller@4a056000 {
compatible = "ti,omap4430-sdma";
reg = <0x4a056000 0x1000>;
@@ -29,6 +29,18 @@
pinctrl-single,function-mask = <0x3f>;
};
+ tisyscon: tisyscon@490024A0 {
+ compatible = "ti,control-syscon", "syscon", "simple-bus";
+ reg = <0x490024A0 0x4>;
+ pbias_regulator: pbias_regulator {
+ compatible = "regulator-pbias-omap2";
+ pbias-reg-offset = <0>;
+ regulator-name = "pbias_regulator";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <3000000>;
+ };
+ };
+
gpio1: gpio@4900c000 {
compatible = "ti,omap2-gpio";
reg = <0x4900c000 0x200>;
@@ -130,6 +130,18 @@
pinctrl-single,function-mask = <0xff1f>;
};
+ tisyscon: tisyscon@48002520 {
+ compatible = "ti,control-syscon", "syscon", "simple-bus";
+ reg = <0x48002520 0x4>;
+ pbias_regulator: pbias_regulator {
+ compatible = "regulator-pbias-omap3";
+ pbias-reg-offset = <0>;
+ regulator-name = "pbias_regulator";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <3000000>;
+ };
+ };
+
gpio1: gpio@48310000 {
compatible = "ti,omap3-gpio";
reg = <0x48310000 0x200>;
@@ -134,6 +134,18 @@
pinctrl-single,function-mask = <0x7fff>;
};
+ tisyscon: tisyscon@4A100600 {
+ compatible = "ti,control-syscon", "syscon", "simple-bus";
+ reg = <0x4A100600 0x4>;
+ pbias_regulator: pbias_regulator {
+ compatible = "regulator-pbias-omap4";
+ pbias-reg-offset = <0>;
+ regulator-name = "pbias_regulator";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <3000000>;
+ };
+ };
+
sdma: dma-controller@4a056000 {
compatible = "ti,omap4430-sdma";
reg = <0x4a056000 0x1000>;
@@ -130,6 +130,18 @@
pinctrl-single,function-mask = <0x7fff>;
};
+ tisyscon: tisyscon@4A002E00 {
+ compatible = "ti,control-syscon", "syscon", "simple-bus";
+ reg = <0x4A002E00 0x4>;
+ pbias_regulator: pbias_regulator {
+ compatible = "regulator-pbias-omap5";
+ pbias-reg-offset = <0>;
+ regulator-name = "pbias_regulator";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <3000000>;
+ };
+ };
+
sdma: dma-controller@4a056000 {
compatible = "ti,omap4430-sdma";
reg = <0x4a056000 0x1000>;
Add pbias regulator node as a child of system control module - syscon. Signed-off-by: Balaji T K <balajitk@ti.com> --- arch/arm/boot/dts/dra7.dtsi | 12 ++++++++++++ arch/arm/boot/dts/omap2430.dtsi | 12 ++++++++++++ arch/arm/boot/dts/omap3.dtsi | 12 ++++++++++++ arch/arm/boot/dts/omap4.dtsi | 12 ++++++++++++ arch/arm/boot/dts/omap5.dtsi | 12 ++++++++++++ 5 files changed, 60 insertions(+), 0 deletions(-)