diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-26 16:18:29 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-03-18 17:37:45 +0100 |
commit | 5c5154e42905561ae51b300a884563f1a91eeb66 (patch) | |
tree | 04e46e8a9fe829337e20d25715e1eef04641b428 /arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts | |
parent | 65e43389c39467239f85301edd844dd2c6d24913 (diff) | |
download | blackbird-op-linux-5c5154e42905561ae51b300a884563f1a91eeb66.tar.gz blackbird-op-linux-5c5154e42905561ae51b300a884563f1a91eeb66.zip |
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/arm/boot/dts/uniphier-ph1-sld3-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts b/arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts index b7a032156789..acb420492b36 100644 --- a/arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts +++ b/arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts @@ -73,14 +73,6 @@ }; }; -&extbus { - ranges = <1 0x00000000 0x42000000 0x02000000>; -}; - -&support_card { - ranges = <0x00000000 1 0x01f00000 0x00100000>; -}; - ðsc { interrupts = <0 49 4>; }; |