projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04211a5
)
MIPS: BMIPS: Fix gisb-arb compatible string for 7435
author
Florian Fainelli
<
[email protected]
>
Sun, 31 Jan 2016 22:52:05 +0000
(14:52 -0800)
committer
Ralf Baechle
<
[email protected]
>
Mon, 4 Apr 2016 13:25:32 +0000
(15:25 +0200)
The SUN GISB arbiter was added with the wrong compatible string, leading to
using the wrong register layout, use the correct compatible string for this
chip: brcm,bcm7435-gisb-arb.
Fixes: 8394968be4c7 ("MIPS: BMIPS: Add BCM7435 dtsi")
Signed-off-by: Florian Fainelli <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/12285/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/boot/dts/brcm/bcm7435.dtsi
patch
|
blob
|
history
diff --git
a/arch/mips/boot/dts/brcm/bcm7435.dtsi
b/arch/mips/boot/dts/brcm/bcm7435.dtsi
index adb33e3550430de99adb3b2e2c211310fabc65a9..56035e5b70084918a121247ace50f19d3fefdfe9 100644
(file)
--- a/
arch/mips/boot/dts/brcm/bcm7435.dtsi
+++ b/
arch/mips/boot/dts/brcm/bcm7435.dtsi
@@
-82,7
+82,7
@@
};
gisb-arb@400000 {
- compatible = "brcm,bcm74
00
-gisb-arb";
+ compatible = "brcm,bcm74
35
-gisb-arb";
reg = <0x400000 0xdc>;
native-endian;
interrupt-parent = <&sun_l2_intc>;