On 05/30/14 20:41, Tomasz Figa wrote:
Hi,

On 23.05.2014 16:39, Tomasz Figa wrote:
This patch fixes reg entry sizes in GIC node that were not large enough
to cover whole regions.

Signed-off-by: Tomasz Figa<[email protected]>
---
  arch/arm/boot/dts/exynos4.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index b8ece4b..fbaf426 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -113,7 +113,7 @@
                compatible = "arm,cortex-a9-gic";
                #interrupt-cells =<3>;
                interrupt-controller;
-               reg =<0x10490000 0x1000>,<0x10480000 0x100>;
+               reg =<0x10490000 0x10000>,<0x10480000 0x10000>;
        };

        combiner: interrupt-controller@10440000 {


Ping.

Yeah, SZ_64K is used for GIC_CPU and GIC_DIST before moving on DT support. Applied, but I need to check this is required for stable tree...

Thanks,
Kukjin
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to