[U-Boot] [PATCH 0/2] MSCC: Add sysreset driver for MSCC SoCs

Horatiu Vultur horatiu.vultur at microchip.com
Tue Jan 15 16:33:51 UTC 2019


This patch series adds sysreset drivers for MSCC SoCs. There are 3 drivers:
sysreset_jr2, sysreset_ocelot and sysreset_luton.

This is based off the u-boot-mips/next repository.

Horatiu Vultur (2):
  MSCC: Add sysreset drivers for MSCC Socs
  MSCC: Remove reset.c

 MAINTAINERS                            |   1 +
 arch/mips/dts/mscc,jr2.dtsi            |   7 +-
 arch/mips/dts/mscc,luton.dtsi          |  10 +++
 arch/mips/dts/mscc,ocelot.dtsi         |   5 ++
 arch/mips/mach-mscc/Makefile           |   2 +-
 arch/mips/mach-mscc/include/mach/ddr.h |  18 +++-
 arch/mips/mach-mscc/reset.c            |  47 ----------
 board/mscc/ocelot/ocelot.c             |  20 +++++
 configs/mscc_jr2_defconfig             |   2 +
 configs/mscc_luton_defconfig           |   2 +
 configs/mscc_ocelot_defconfig          |   2 +
 drivers/sysreset/Kconfig               |   6 ++
 drivers/sysreset/Makefile              |   1 +
 drivers/sysreset/sysreset_mscc.c       | 157 +++++++++++++++++++++++++++++++++
 14 files changed, 230 insertions(+), 50 deletions(-)
 delete mode 100644 arch/mips/mach-mscc/reset.c
 create mode 100644 drivers/sysreset/sysreset_mscc.c

-- 
2.7.4



More information about the U-Boot mailing list