* [PATCH] ARM: rockchip: remove cpu-core name from machine name
@ 2015-01-21 9:49 Heiko Stübner
2015-01-21 16:24 ` Doug Anderson
0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stübner @ 2015-01-21 9:49 UTC (permalink / raw)
To: linux-arm-kernel
The Rockchip support is not limited to Cortex-A9 socs anymore and its
presence may confuse people reading /proc/cpuinfo. So remove the core
specific part.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
arch/arm/mach-rockchip/rockchip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-rockchip/rockchip.c b/arch/arm/mach-rockchip/rockchip.c
index 7d3c306..8d92aee 100644
--- a/arch/arm/mach-rockchip/rockchip.c
+++ b/arch/arm/mach-rockchip/rockchip.c
@@ -82,7 +82,7 @@ static const char * const rockchip_board_dt_compat[] = {
NULL,
};
-DT_MACHINE_START(ROCKCHIP_DT, "Rockchip Cortex-A9 (Device Tree)")
+DT_MACHINE_START(ROCKCHIP_DT, "Rockchip (Device Tree)")
.l2c_aux_val = 0,
.l2c_aux_mask = ~0,
.dt_compat = rockchip_board_dt_compat,
--
2.1.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] ARM: rockchip: remove cpu-core name from machine name
2015-01-21 9:49 [PATCH] ARM: rockchip: remove cpu-core name from machine name Heiko Stübner
@ 2015-01-21 16:24 ` Doug Anderson
0 siblings, 0 replies; 2+ messages in thread
From: Doug Anderson @ 2015-01-21 16:24 UTC (permalink / raw)
To: linux-arm-kernel
Heiko,
On Wed, Jan 21, 2015 at 1:49 AM, Heiko St?bner <heiko@sntech.de> wrote:
> The Rockchip support is not limited to Cortex-A9 socs anymore and its
> presence may confuse people reading /proc/cpuinfo. So remove the core
> specific part.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
> arch/arm/mach-rockchip/rockchip.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
FWIW for such a simple patch:
Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Doug Anderson <dianders@chromium.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-21 16:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 9:49 [PATCH] ARM: rockchip: remove cpu-core name from machine name Heiko Stübner
2015-01-21 16:24 ` Doug Anderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox