diff options
author | Tony Lindgren <tony@atomide.com> | 2014-05-08 08:02:57 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-05-08 08:02:57 -0700 |
commit | e610c9d3aeca8d7335803f816ae2e39e5103233e (patch) | |
tree | ea54a72bce76a53ba337bfc64ef7fd41d8c52779 /arch/arm/boot/dts/am4372.dtsi | |
parent | 2347152bb7684a1f7d66b62f9fd91b30939675ad (diff) | |
parent | 2eeddb8a5356e088021a8dd84de870de89bf793d (diff) |
Merge branch 'pull/l3noc/dts-fixes' of https://github.com/nmenon/linux-2.6-playground into omap-for-v3.16/fixes-not-urgent
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 36d523a26831..ef2903741f54 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -67,11 +67,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 = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>, + <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; prcm: prcm@44df0000 { compatible = "ti,am4-prcm"; |