aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Scott <michael.scott@linaro.org>2015-03-04 23:18:35 -0800
committerMichael Scott <michael.scott@linaro.org>2015-03-05 10:04:04 -0800
commit28549f5c28eab52759af9f2d177fff85611e2768 (patch)
tree8bc8e172e911e24cf5681bbbf1b5769e14606a15
parenta75435d5fa7275d38771abc1e3a399cbf6ebd0ea (diff)
pxa1928_concord: cleanup dts backlight nodes based on a0/b0 logic
Change-Id: I2a9e267aa2d9d750c304b0e50240b97f474504d7 Signed-off-by: Michael Scott <michael.scott@linaro.org>
-rw-r--r--board/Marvell/pxa1928_concord/pxa1928_concord.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/Marvell/pxa1928_concord/pxa1928_concord.c b/board/Marvell/pxa1928_concord/pxa1928_concord.c
index 92e3d76bcf..81429722ef 100644
--- a/board/Marvell/pxa1928_concord/pxa1928_concord.c
+++ b/board/Marvell/pxa1928_concord/pxa1928_concord.c
@@ -469,6 +469,7 @@ void ft_board_setup(void *devtree, bd_t *bd)
run_command("fdt set /soc/axi@d4200000/sdh@d4280000 marvell,sdh-host-caps-disable <0x40000>", 0);
/* disable sdio sdr104 mode */
run_command("fdt set /soc/axi@d4200000/sdh@d4280800 marvell,sdh-host-caps-disable <0x40000>", 0);
+ run_command("fdt rm /r63311 bl_gpio", 0);
} else {
run_command("fdt mknode / chip_type", 0);
switch (chip_type) {
@@ -492,6 +493,7 @@ void ft_board_setup(void *devtree, bd_t *bd)
/* set patch flag of uart break for B0 stepping */
run_command("fdt set /soc/apb@d4000000/uart@d4018000 break-abnormal <1>", 0);
run_command("fdt rm /soc/apb@d4000000/i2c@d4033800/pm828x@10", 0);
+ run_command("fdt rm /pwm-bl", 0);
}
if ((board_rev == 1) || (board_rev == 2)) {