diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-06-07 20:47:49 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-06-08 18:17:38 +0400 |
commit | 83735101959e26dd35675143a4b6307c76f45135 (patch) | |
tree | adf2bdf9533c9abc99d331242bceae8de07991c3 /arch | |
parent | b5584b2bc2038ab4b7051c97ae2351ef83d193f4 (diff) | |
download | linux-83735101959e26dd35675143a4b6307c76f45135.tar.xz |
ARM: mvebu: Remove device tree unused properties on A370
These properties are not needed so it's safe to remove them.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/armada-370.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi index b2c1b5af9749..a8b19b96217e 100644 --- a/arch/arm/boot/dts/armada-370.dtsi +++ b/arch/arm/boot/dts/armada-370.dtsi @@ -179,10 +179,6 @@ bus-range = <0x00 0xff>; - reg = <0x40000 0x2000>, <0x80000 0x2000>; - - reg-names = "pcie0.0", "pcie1.0"; - ranges = <0x82000000 0 0x40000 0x40000 0 0x00002000 /* Port 0.0 registers */ 0x82000000 0 0x80000 0x80000 0 0x00002000 /* Port 1.0 registers */ 0x82000000 0 0xe0000000 0xe0000000 0 0x08000000 /* non-prefetchable memory */ |