Commit 6327aa478332ed1970a0dbe33333f2ee7394ac06

Authored by Álvaro Fernández Rojas
Committed by Daniel Schwierzeck
1 parent 02bb1fa09e

mips: bmips: enable bcm6345-reset driver for all BMIPS boards

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

Showing 4 changed files with 12 additions and 0 deletions Side-by-side Diff

configs/comtrend_ar5387un_ram_defconfig
... ... @@ -31,6 +31,7 @@
31 31 CONFIG_DISPLAY_CPUINFO=y
32 32 # CONFIG_DM_DEVICE_REMOVE is not set
33 33 CONFIG_DM_GPIO=y
  34 +CONFIG_DM_RESET=y
34 35 CONFIG_DM_SERIAL=y
35 36 CONFIG_HUSH_PARSER=y
36 37 CONFIG_LED=y
... ... @@ -41,6 +42,8 @@
41 42 # CONFIG_MIPS_BOOT_ENV_LEGACY is not set
42 43 CONFIG_MIPS_BOOT_FDT=y
43 44 CONFIG_OF_STDOUT_VIA_ALIAS=y
  45 +CONFIG_RESET=y
  46 +CONFIG_RESET_BCM6345=y
44 47 CONFIG_SOC_BMIPS_BCM6328=y
45 48 # CONFIG_SPL_SERIAL_PRESENT is not set
46 49 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
configs/comtrend_vr3032u_ram_defconfig
... ... @@ -31,6 +31,7 @@
31 31 CONFIG_DISPLAY_CPUINFO=y
32 32 # CONFIG_DM_DEVICE_REMOVE is not set
33 33 CONFIG_DM_GPIO=y
  34 +CONFIG_DM_RESET=y
34 35 CONFIG_DM_SERIAL=y
35 36 CONFIG_HUSH_PARSER=y
36 37 CONFIG_LED=y
... ... @@ -41,6 +42,8 @@
41 42 # CONFIG_MIPS_BOOT_ENV_LEGACY is not set
42 43 CONFIG_MIPS_BOOT_FDT=y
43 44 CONFIG_OF_STDOUT_VIA_ALIAS=y
  45 +CONFIG_RESET=y
  46 +CONFIG_RESET_BCM6345=y
44 47 CONFIG_SOC_BMIPS_BCM63268=y
45 48 # CONFIG_SPL_SERIAL_PRESENT is not set
46 49 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
configs/huawei_hg556a_ram_defconfig
... ... @@ -33,6 +33,7 @@
33 33 CONFIG_DISPLAY_CPUINFO=y
34 34 # CONFIG_DM_DEVICE_REMOVE is not set
35 35 CONFIG_DM_GPIO=y
  36 +CONFIG_DM_RESET=y
36 37 CONFIG_DM_SERIAL=y
37 38 CONFIG_HUSH_PARSER=y
38 39 CONFIG_LED=y
... ... @@ -45,6 +46,8 @@
45 46 CONFIG_MTD_DEVICE=y
46 47 CONFIG_MTD_NOR_FLASH=y
47 48 CONFIG_OF_STDOUT_VIA_ALIAS=y
  49 +CONFIG_RESET=y
  50 +CONFIG_RESET_BCM6345=y
48 51 CONFIG_SOC_BMIPS_BCM6358=y
49 52 # CONFIG_SPL_SERIAL_PRESENT is not set
50 53 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
configs/sfr_nb4-ser_ram_defconfig
... ... @@ -33,6 +33,7 @@
33 33 CONFIG_DISPLAY_CPUINFO=y
34 34 # CONFIG_DM_DEVICE_REMOVE is not set
35 35 CONFIG_DM_GPIO=y
  36 +CONFIG_DM_RESET=y
36 37 CONFIG_DM_SERIAL=y
37 38 CONFIG_HUSH_PARSER=y
38 39 CONFIG_LED=y
... ... @@ -46,6 +47,8 @@
46 47 CONFIG_MTD_DEVICE=y
47 48 CONFIG_MTD_NOR_FLASH=y
48 49 CONFIG_OF_STDOUT_VIA_ALIAS=y
  50 +CONFIG_RESET=y
  51 +CONFIG_RESET_BCM6345=y
49 52 CONFIG_SOC_BMIPS_BCM6358=y
50 53 # CONFIG_SPL_SERIAL_PRESENT is not set
51 54 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set