diff mbox series

[V2] ARM: rmobile: beacon: Set CONFIG_RZ_G2 on Beacon boards

Message ID 20210624175211.265901-1-aford173@gmail.com
State Accepted
Commit 12ef8016736a50feb744b14ac42c7d849dab2f97
Delegated to: Marek Vasut
Headers show
Series [V2] ARM: rmobile: beacon: Set CONFIG_RZ_G2 on Beacon boards | expand

Commit Message

Adam Ford June 24, 2021, 5:52 p.m. UTC
The board detection is incorrectly stating it's an rcar3 variant
instead of an RZ/G2 variant on all the r8a774*1_beacon boards.
Set the flag to correctly display as RZ/G2[M/N/H]

Signed-off-by: Adam Ford <aford173@gmail.com>

---
V2:  Move the RZ_G2 option to Kconfig from defconfig

Comments

Marek Vasut June 24, 2021, 6:23 p.m. UTC | #1
On 6/24/21 7:52 PM, Adam Ford wrote:
> The board detection is incorrectly stating it's an rcar3 variant
> instead of an RZ/G2 variant on all the r8a774*1_beacon boards.
> Set the flag to correctly display as RZ/G2[M/N/H]

Applied, thanks.
diff mbox series

Patch

diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index 3f7ec05379..c621f8a544 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -69,16 +69,19 @@  choice
 config TARGET_BEACON_RZG2H
 	bool "Beacon EmbeddedWorks RZ/G2H Dev Kit"
 	select R8A774E1
+	select RZ_G2
 	select PINCTRL_PFC_R8A774E1
 
 config TARGET_BEACON_RZG2M
 	bool "Beacon EmbeddedWorks RZ/G2M Dev Kit"
 	select R8A774A1
+	select RZ_G2
 	select PINCTRL_PFC_R8A774A1
 
 config TARGET_BEACON_RZG2N
 	bool "Beacon EmbeddedWorks RZ/G2N Dev Kit"
 	select R8A774B1
+	select RZ_G2
 	select PINCTRL_PFC_R8A774B1
 
 config TARGET_CONDOR