aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-09-13 14:05:00 -0500
committerJohn Rigby <john.rigby@linaro.org>2012-12-06 13:51:52 -0700
commitfb293b87dd4dd27f1700394d35d9b3c60ab45a2b (patch)
tree37c4a2cf7cb5a94347a6d109cf2be08aae4ef397
parentc34a942ae367bde9506aa28278906f09f28823fb (diff)
ARM: highbank: fix sata compatible string
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
-rw-r--r--board/highbank/highbank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/highbank/highbank.c b/board/highbank/highbank.c
index 17cc395e8..6776cb127 100644
--- a/board/highbank/highbank.c
+++ b/board/highbank/highbank.c
@@ -101,7 +101,7 @@ void ft_board_setup(void *fdt, bd_t *bd)
u32 reg = readl(HB_SREG_A9_PWRDOM_STAT);
if (!(reg & PWRDOM_STAT_SATA))
- do_fixup_by_compat(fdt, "calxeda,hb-sata", "status", disabled, sizeof(disabled), 1);
+ do_fixup_by_compat(fdt, "calxeda,hb-ahci", "status", disabled, sizeof(disabled), 1);
if (!(reg & PWRDOM_STAT_EMMC))
do_fixup_by_compat(fdt, "calxeda,hb-sdhci", "status", disabled, sizeof(disabled), 1);