aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/boot/dts/brcm/bcm7346.dtsi
diff options
context:
space:
mode:
authorJaedon Shin <jaedon.shin@gmail.com>2016-04-06 14:58:01 +0900
committerRalf Baechle <ralf@linux-mips.org>2016-05-13 14:02:05 +0200
commit69ca2b81c2f63eb48eccdf70a4433641c5041527 (patch)
tree2fb52efe00befbd98be180923c7f9b713ab43e11 /arch/mips/boot/dts/brcm/bcm7346.dtsi
parentMIPS: BMIPS: Add support UART, I2C, SATA device (diff)
downloadwireguard-linux-69ca2b81c2f63eb48eccdf70a4433641c5041527.tar.xz
wireguard-linux-69ca2b81c2f63eb48eccdf70a4433641c5041527.zip
MIPS: BMIPS: Fix interrupt and remove needless properties
Fixes wrong bcm7425 SATA AHCI hardware interrupt property value with periph_intc and SATA PHY unit address, and removes needless brcm,broken-{ncq,phy} properties what are not used anywhere. Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Cc: Kevin Cernekee <cernekee@gmail.com> Cc: Dragan Stancevic <dragan.stancevic@gmail.com> Cc: Linux-MIPS <linux-mips@linux-mips.org> Patchwork: https://patchwork.linux-mips.org/patch/13017/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm7346.dtsi')
-rw-r--r--arch/mips/boot/dts/brcm/bcm7346.dtsi4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm7346.dtsi b/arch/mips/boot/dts/brcm/bcm7346.dtsi
index 2a6efe6942b5..ec959061d52e 100644
--- a/arch/mips/boot/dts/brcm/bcm7346.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm7346.dtsi
@@ -321,8 +321,6 @@
interrupts = <40>;
#address-cells = <1>;
#size-cells = <0>;
- brcm,broken-ncq;
- brcm,broken-phy;
status = "disabled";
sata0: sata-port@0 {
@@ -336,7 +334,7 @@
};
};
- sata_phy: sata-phy@1800000 {
+ sata_phy: sata-phy@180100 {
compatible = "brcm,bcm7425-sata-phy", "brcm,phy-sata3";
reg = <0x180100 0x0eff>;
reg-names = "phy";