Skip to content

Commit

Permalink
ARM: dts: NSP: Disable AHCI controller for HR NSP boards
Browse files Browse the repository at this point in the history
The AHCI controller is currently enabled for all of these boards:
bcm958623hr and bcm958625hr would result in a hard hang on boot that we
cannot get rid of. Since this does not appear to have an easy and simple
fix, just disable the AHCI controller for now until this gets resolved.

Fixes: 70725d6 ("ARM: dts: NSP: Enable SATA on bcm958625hr")
Fixes: d454c37 ("ARM: dts: NSP: Add new DT file for bcm958623hr")
Acked-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  • Loading branch information
Florian Fainelli committed Nov 27, 2017
1 parent 4fbd8d1 commit 77416ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/bcm958623hr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@
status = "okay";
};

&sata {
status = "okay";
};

&qspi {
bspi-sel = <0>;
flash: m25p80@0 {
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/bcm958625hr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@
status = "okay";
};

&sata {
status = "okay";
};

&srab {
compatible = "brcm,bcm58625-srab", "brcm,nsp-srab";
status = "okay";
Expand Down

0 comments on commit 77416ab

Please sign in to comment.