]> git.karo-electronics.de Git - linux-beck.git/commitdiff
MIPS: BMIPS: Fix interrupt and remove needless properties
authorJaedon Shin <jaedon.shin@gmail.com>
Wed, 6 Apr 2016 05:58:01 +0000 (14:58 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 12:02:05 +0000 (14:02 +0200)
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>
arch/mips/boot/dts/brcm/bcm7346.dtsi
arch/mips/boot/dts/brcm/bcm7362.dtsi
arch/mips/boot/dts/brcm/bcm7425.dtsi

index 2a6efe6942b5c3190bcdf523ee33c272f67687a0..ec959061d52e30ef96c71fd78bd07f72b63c124e 100644 (file)
                        interrupts = <40>;
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       brcm,broken-ncq;
-                       brcm,broken-phy;
                        status = "disabled";
 
                        sata0: sata-port@0 {
                        };
                };
 
-               sata_phy: sata-phy@1800000 {
+               sata_phy: sata-phy@180100 {
                        compatible = "brcm,bcm7425-sata-phy", "brcm,phy-sata3";
                        reg = <0x180100 0x0eff>;
                        reg-names = "phy";
index 4153e0851b053f23c4cba4d4cb99e359d6e4ccdc..6b4713add4b8a9e176d7556fe2a27360cb7f745d 100644 (file)
                        interrupts = <86>;
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       brcm,broken-ncq;
-                       brcm,broken-phy;
                        status = "disabled";
 
                        sata0: sata-port@0 {
                        };
                };
 
-               sata_phy: sata-phy@1800000 {
+               sata_phy: sata-phy@180100 {
                        compatible = "brcm,bcm7425-sata-phy", "brcm,phy-sata3";
                        reg = <0x180100 0x0eff>;
                        reg-names = "phy";
index 85339791eb2e5c120a023df5f66ded718c58d4bd..c1c15edaf829ba231eeac9afa77c42876e530593 100644 (file)
                        reg-names = "ahci", "top-ctrl";
                        reg = <0x181000 0xa9c>, <0x180020 0x1c>;
                        interrupt-parent = <&periph_intc>;
-                       interrupts = <40>;
+                       interrupts = <41>;
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       brcm,broken-ncq;
-                       brcm,broken-phy;
                        status = "disabled";
 
                        sata0: sata-port@0 {
                        };
                };
 
-               sata_phy: sata-phy@1800000 {
+               sata_phy: sata-phy@180100 {
                        compatible = "brcm,bcm7425-sata-phy", "brcm,phy-sata3";
                        reg = <0x180100 0x0eff>;
                        reg-names = "phy";