]> Git Repo - linux.git/commitdiff
ARM: dts: Fix sgx sysconfig register for omap4
authorTony Lindgren <[email protected]>
Sun, 24 Nov 2019 17:43:16 +0000 (09:43 -0800)
committerTony Lindgren <[email protected]>
Mon, 25 Nov 2019 15:40:01 +0000 (07:40 -0800)
Looks like we've had the sgx sysconfig register and revision register
always wrong for omap4, including the old platform data. Let's fix the
offsets to what the TRM says. Otherwise the sgx module may never idle
depending on the state of the real sysconfig register.

Fixes: d23a163ebe5a ("ARM: dts: Add nodes for missing omap4 interconnect target modules")
Cc: H. Nikolaus Schaller <[email protected]>
Cc: Merlijn Wajer <[email protected]>
Cc: Pavel Machek <[email protected]>
Cc: Sebastian Reichel <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/omap4.dtsi

index 413304540f8b3593fbf473b88bcc7e0e83d3359c..8e67d0a318c5ae197195d55757e5b5b318d9e53a 100644 (file)
 
                target-module@56000000 {
                        compatible = "ti,sysc-omap4", "ti,sysc";
-                       reg = <0x5601fc00 0x4>,
-                             <0x5601fc10 0x4>;
+                       reg = <0x5600fe00 0x4>,
+                             <0x5600fe10 0x4>;
                        reg-names = "rev", "sysc";
                        ti,sysc-midle = <SYSC_IDLE_FORCE>,
                                        <SYSC_IDLE_NO>,
This page took 0.052789 seconds and 4 git commands to generate.