Dear Fabio Estevam,
quoted hunk ↗ jump to hunk
From: Fabio Estevam <redacted>
There is no need for adding board related entries into dt_board_compat.
Leave only the SoC entry.
This way we do not need to patch a C file when adding dt support for a new
board.
Signed-off-by: Fabio Estevam <redacted>
---
arch/arm/mach-mxs/mach-mxs.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c
index 8cac94b..0f36b22 100644
--- a/arch/arm/mach-mxs/mach-mxs.c
+++ b/arch/arm/mach-mxs/mach-mxs.c
@@ -91,13 +91,11 @@ static void __init mxs_machine_init(void)
}
static const char *imx23_dt_compat[] __initdata = {
- "fsl,imx23-evk",
"fsl,imx23",
NULL,
};
static const char *imx28_dt_compat[] __initdata = {
- "fsl,imx28-evk",
Don't you need this one as there's some hook?
"fsl,imx28",
NULL,
};
Best regards,
Marek Vasut