Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1287213
| From | Jeffy Chen <jeffy.chen@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v1 6/8] ARM: rockchip: enable support for RK3228 SoCs |
| Date | 2015-12-09 10:10 +0100 |
| Message-ID | <qDIV4-6nQ-33@gated-at.bofh.it> (permalink) |
| References | <qDIV3-6nQ-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add a rockchip,rk3228 compatible.
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
---
arch/arm/mach-rockchip/rockchip.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-rockchip/rockchip.c b/arch/arm/mach-rockchip/rockchip.c
index 608b31c..0cd4313 100644
--- a/arch/arm/mach-rockchip/rockchip.c
+++ b/arch/arm/mach-rockchip/rockchip.c
@@ -92,6 +92,7 @@ static const char * const rockchip_board_dt_compat[] = {
"rockchip,rk3066a",
"rockchip,rk3066b",
"rockchip,rk3188",
+ "rockchip,rk3228",
"rockchip,rk3288",
NULL,
};
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v1 6/8] ARM: rockchip: enable support for RK3228 SoCs Jeffy Chen <jeffy.chen@rock-chips.com> - 2015-12-09 10:10 +0100 Re: [PATCH v1 6/8] ARM: rockchip: enable support for RK3228 SoCs Heiko Stuebner <heiko@sntech.de> - 2015-12-09 22:30 +0100
csiph-web