From: Afzal Mohammed Date: Mon, 2 Dec 2013 12:18:57 +0000 (+0530) Subject: ARM: dts: AM4372: add l3-noc information X-Git-Tag: v3.16-rc1~30^2~46^2~2^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2eeddb8a5356e088021a8dd84de870de89bf793d;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: AM4372: add l3-noc information AM4372 has two clk domains 100f and 200s. Provide register mapping, interrupt information and compatibility flags associated with it. Signed-off-by: Dave Gerlach Signed-off-by: Afzal Mohammed Signed-off-by: Sekhar Nori Signed-off-by: Nishanth Menon --- diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index c6bd4d9..032ba87 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -61,11 +61,15 @@ }; ocp { - compatible = "simple-bus"; + compatible = "ti,am4372-l3-noc", "simple-bus"; #address-cells = <1>; #size-cells = <1>; ranges; ti,hwmods = "l3_main"; + reg = <0x44000000 0x400000 + 0x44800000 0x400000>; + interrupts = , + ; prcm: prcm@44df0000 { compatible = "ti,am4-prcm";