diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-01 13:38:50 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-10-01 13:38:50 +0000 |
commit | 1421516e6510e779a758589922e44f562393400c (patch) | |
tree | 65fa03437e0bd8f6c193db7d404d917d3b149bd0 /target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch | |
parent | 59b965194d600dd0b5b02c03a514727274bb051c (diff) | |
download | upstream-1421516e6510e779a758589922e44f562393400c.tar.gz upstream-1421516e6510e779a758589922e44f562393400c.tar.bz2 upstream-1421516e6510e779a758589922e44f562393400c.zip |
bcm53xx: add BCM5301X patches sent upstream (bus and R6250 LEDs)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42711
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch b/target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch index 0e576c68f2..024123f9d3 100644 --- a/target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch +++ b/target/linux/bcm53xx/patches-3.14/130-ARM-BCM5301X-register-bcma-bus.patch @@ -9,11 +9,10 @@ Subject: [PATCH 07/17] ARM: BCM5301X: register bcma bus --- a/arch/arm/boot/dts/bcm5301x.dtsi +++ b/arch/arm/boot/dts/bcm5301x.dtsi -@@ -92,4 +92,100 @@ - clock-frequency = <400000000>; +@@ -94,18 +94,102 @@ }; }; -+ + + nvram0: nvram@1c000000 { + compatible = "brcm,bcm47xx-nvram"; + reg = <0x1c000000 0x01000000>; @@ -24,18 +23,21 @@ Subject: [PATCH 07/17] ARM: BCM5301X: register bcma bus + nvram = <&nvram0>; + }; + -+ axi@18000000 { -+ compatible = "brcm,bus-axi"; -+ reg = <0x18000000 0x1000>; -+ ranges = <0x00000000 0x18000000 0x00100000>; -+ #address-cells = <1>; -+ #size-cells = <1>; + axi@18000000 { + compatible = "brcm,bus-axi"; + reg = <0x18000000 0x1000>; + ranges = <0x00000000 0x18000000 0x00100000>; + #address-cells = <1>; + #size-cells = <1>; + sprom = <&sprom0>; -+ -+ chipcommon@0 { -+ reg = <0x00000000 0x1000>; + + chipcommon: chipcommon@0 { + reg = <0x00000000 0x1000>; + interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; -+ }; + + gpio-controller; + #gpio-cells = <2>; + }; + + pcie@12000 { + reg = <0x00012000 0x1000>; @@ -108,5 +110,5 @@ Subject: [PATCH 07/17] ARM: BCM5301X: register bcma bus + <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>, + <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; + }; -+ }; + }; }; |