Like CLK support is handling via A23 driver, even RESET
can handle in similar way. So enable reset_a23 for A33
as well.

Signed-off-by: Jagan Teki <ja...@amarulasolutions.com>
---
 drivers/reset/sunxi/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/reset/sunxi/Kconfig b/drivers/reset/sunxi/Kconfig
index 6eb6a73205..ce1215d9a8 100644
--- a/drivers/reset/sunxi/Kconfig
+++ b/drivers/reset/sunxi/Kconfig
@@ -31,11 +31,11 @@ config RESET_SUN6I_A31
          on Allwinner A31/A31s SoC.
 
 config RESET_SUN8I_A23
-       bool "Reset driver for Allwinner A23"
-       default MACH_SUN8I_A23
+       bool "Reset driver for Allwinner A23/A33"
+       default MACH_SUN8I_A23 || MACH_SUN8I_A33
        help
          This enables common reset driver support for platforms based
-         on Allwinner A23 SoC.
+         on Allwinner A23/A33 SoC.
 
 config RESET_SUN8I_H3
        bool "Reset driver for Allwinner H3/H5"
-- 
2.17.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to