Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1287213 > unrolled thread
| Started by | Jeffy Chen <jeffy.chen@rock-chips.com> |
|---|---|
| First post | 2015-12-09 10:10 +0100 |
| Last post | 2015-12-09 22:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[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
| From | Jeffy Chen <jeffy.chen@rock-chips.com> |
|---|---|
| Date | 2015-12-09 10:10 +0100 |
| Subject | [PATCH v1 6/8] ARM: rockchip: enable support for RK3228 SoCs |
| Message-ID | <qDIV4-6nQ-33@gated-at.bofh.it> |
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/
[toc] | [next] | [standalone]
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Date | 2015-12-09 22:30 +0100 |
| Message-ID | <qDUtc-5ih-11@gated-at.bofh.it> |
| In reply to | #1287213 |
Am Mittwoch, 9. Dezember 2015, 17:04:11 schrieb Jeffy Chen: > Add a rockchip,rk3228 compatible. > > Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> applied to my soc branch for 4.5 -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web