diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-26 02:18:29 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-03-18 12:37:45 -0400 |
commit | 5c5154e42905561ae51b300a884563f1a91eeb66 (patch) | |
tree | 04e46e8a9fe829337e20d25715e1eef04641b428 /arch/arm64 | |
parent | 65e43389c39467239f85301edd844dd2c6d24913 (diff) |
ARM: dts: uniphier: factor out ranges property of support card
This property is used in common by several boards. Move it to the
common place (uniphier-support-card.dtsi). If necessary, each board
can still override the property.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts index 80f71ba86815..727ae5f8c4e7 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts | |||
@@ -74,14 +74,6 @@ | |||
74 | }; | 74 | }; |
75 | }; | 75 | }; |
76 | 76 | ||
77 | &extbus { | ||
78 | ranges = <1 0x00000000 0x42000000 0x02000000>; | ||
79 | }; | ||
80 | |||
81 | &support_card { | ||
82 | ranges = <0x00000000 1 0x01f00000 0x00100000>; | ||
83 | }; | ||
84 | |||
85 | ðsc { | 77 | ðsc { |
86 | interrupts = <0 48 4>; | 78 | interrupts = <0 48 4>; |
87 | }; | 79 | }; |