aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap4.dtsi
diff options
context:
space:
mode:
authorRajendra Nayak <rnayak@ti.com>2013-10-15 03:07:50 -0400
committerBenoit Cousson <bcousson@baylibre.com>2013-10-20 13:16:08 -0400
commitf12ecbe2ea3c01b61e93af815723939a27511abc (patch)
tree09bbb65d1a84c4d3a24b574f7e4f75083171676f /arch/arm/boot/dts/omap4.dtsi
parentd2afcf09e6450e41b8987cf282ffde79c40ab401 (diff)
ARM: dts: omap: Add reset/idle on init bindings for OMAP
On OMAP we have co-processor IPs, memory controllers, GPIOs which control regulators and power switches to PMIC, and SoC internal Bus IPs, some or most of which should either not be reset or idled or both at init. (In some cases there are erratas which prevent an IP from being reset) Have a way to pass this information from DT. Update the am33xx/omap4 and omap5 dtsi files with the new bindings for modules which either should not be idled. reset or both. A later patch would cleanup the same information that exists today as part of the hwmod data files. Signed-off-by: Rajendra Nayak <rnayak@ti.com> Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r--arch/arm/boot/dts/omap4.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 6be1f5678f1a..6ca45b0d346b 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -214,6 +214,7 @@
214 gpmc,num-cs = <8>; 214 gpmc,num-cs = <8>;
215 gpmc,num-waitpins = <4>; 215 gpmc,num-waitpins = <4>;
216 ti,hwmods = "gpmc"; 216 ti,hwmods = "gpmc";
217 ti,no-idle-on-init;
217 }; 218 };
218 219
219 uart1: serial@4806a000 { 220 uart1: serial@4806a000 {
@@ -492,6 +493,7 @@
492 reg = <0x4c000000 0x100>; 493 reg = <0x4c000000 0x100>;
493 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>; 494 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
494 ti,hwmods = "emif1"; 495 ti,hwmods = "emif1";
496 ti,no-idle-on-init;
495 phy-type = <1>; 497 phy-type = <1>;
496 hw-caps-read-idle-ctrl; 498 hw-caps-read-idle-ctrl;
497 hw-caps-ll-interface; 499 hw-caps-ll-interface;
@@ -503,6 +505,7 @@
503 reg = <0x4d000000 0x100>; 505 reg = <0x4d000000 0x100>;
504 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>; 506 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
505 ti,hwmods = "emif2"; 507 ti,hwmods = "emif2";
508 ti,no-idle-on-init;
506 phy-type = <1>; 509 phy-type = <1>;
507 hw-caps-read-idle-ctrl; 510 hw-caps-read-idle-ctrl;
508 hw-caps-ll-interface; 511 hw-caps-ll-interface;