diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-12-18 17:32:49 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-03-12 11:58:44 +0530 |
commit | 0b291635fce2bda983e1d2865a8bb5f46a8382bf (patch) | |
tree | 5e40edc40106d57cdc0d7eb3cef1e405b863d691 /arch/arc | |
parent | 20d780374c81cf237834af2202c26df2100ddd69 (diff) | |
download | linux-stable-0b291635fce2bda983e1d2865a8bb5f46a8382bf.tar.gz linux-stable-0b291635fce2bda983e1d2865a8bb5f46a8382bf.tar.bz2 linux-stable-0b291635fce2bda983e1d2865a8bb5f46a8382bf.zip |
ARC: [plat-nsim] document ranges
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/boot/dts/nsim_hs.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arc/boot/dts/nsim_hs.dts b/arch/arc/boot/dts/nsim_hs.dts index fc81879bc1f5..f46633eeb06b 100644 --- a/arch/arc/boot/dts/nsim_hs.dts +++ b/arch/arc/boot/dts/nsim_hs.dts @@ -35,7 +35,8 @@ #address-cells = <1>; #size-cells = <1>; - /* only perip space at end of low mem accessible */ + /* only perip space at end of low mem accessible + bus addr, parent bus addr, size */ ranges = <0x80000000 0x0 0x80000000 0x80000000>; core_intc: core-interrupt-controller { |