]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
ARM: dtsi: jamr3: Update SR0 range for UIO
authorMisael Lopez Cruz <misael.lopez@ti.com>
Mon, 14 Mar 2016 22:07:47 +0000 (17:07 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Wed, 16 Mar 2016 21:56:36 +0000 (15:56 -0600)
The SharedRegion 0 range was recently changed by commit:

"c22b04c arm: dtsi: jamr3: Adjusting DSP SR0 range"

But the update was only for the 'reserved_mem' node and
a similar change is also required for the UIO node.

Change-Id: I56cb30d0146032dcbaaf296af5283ba22c3064ad
Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
arch/arm/boot/dts/dra7xx-jamr3.dtsi

index c83fd3390296cc97c46946da449e2d54eec69fca..6c4a18d62e973185237ed40fbeb983c8f8141922 100644 (file)
@@ -58,7 +58,7 @@
 
        sr0 {
                compatible = "generic-uio";
-               reg = <0xbfd00000 0x100000>;
+               reg = <0xbfb00000 0x100000>;
        };
 };