diff options
author | Tony Lindgren <tony@atomide.com> | 2018-07-06 10:44:29 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-21 08:20:47 +0300 |
commit | 770368961767aa8116ca44a9bd3f90c11ca4c30b (patch) | |
tree | bde47a5c653856a3a1643174a5c36a3eb779052e /arch/arm/boot/dts/omap4-l4.dtsi | |
parent | 84badc5ec5fc01e7cb16f5e1628b2fe8d8965a57 (diff) | |
download | linux-770368961767aa8116ca44a9bd3f90c11ca4c30b.tar.xz |
ARM: dts: omap4: Add l4 ranges for 4460
Compared to 4430, 4460 and 4470 just have slightly different
l4 cfg ranges.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-l4.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap4-l4.dtsi b/arch/arm/boot/dts/omap4-l4.dtsi index 999a8649ea15..6eb26b837446 100644 --- a/arch/arm/boot/dts/omap4-l4.dtsi +++ b/arch/arm/boot/dts/omap4-l4.dtsi @@ -888,7 +888,7 @@ #size-cells = <1>; }; - segment@300000 { /* 0x4a300000 */ + l4_cfg_segment_300000: segment@300000 { /* 0x4a300000 */ compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; @@ -904,7 +904,7 @@ <0x0002a000 0x0032a000 0x002000>, /* ap 90 */ <0x0002c000 0x0032c000 0x004000>; /* ap 91 */ - target-module@0 { /* 0x4a300000, ap 67 14.0 */ + l4_cfg_target_0: target-module@0 { /* 0x4a300000, ap 67 14.0 */ compatible = "ti,sysc"; status = "disabled"; #address-cells = <1>; |