Re: [PATCH 1/2] board: samsung: fix menu entries for a{3,7}y17lte

2022-01-11 Thread Dzmitry Sankouski
Reviewed-by: Dzmitry Sankouski пт, 7 янв. 2022 г. в 22:14, Henrik Grimler : > a7y17lte is called SM-A720F, and a3y17lte SM-A320F. a3y17lte also > should select PINCTRL_EXYNOS78x0, not the (non-existent) > PINCTRL_EXYNOS7880, and it has an Exynos 7870 SoC and not 7880. > > Fixes: 3e2095e960b4 ("

[PATCH 1/2] board: samsung: fix menu entries for a{3,7}y17lte

2022-01-07 Thread Henrik Grimler
a7y17lte is called SM-A720F, and a3y17lte SM-A320F. a3y17lte also should select PINCTRL_EXYNOS78x0, not the (non-existent) PINCTRL_EXYNOS7880, and it has an Exynos 7870 SoC and not 7880. Fixes: 3e2095e960b4 ("board: samsung: add support for Galaxy A series of 2017 (a5y17lte)") Signed-off-by: Henr