[PATCH v1 0/6] mips: octeon: Misc Octeon drivers, DT and Kconfig / defconfig updates
Stefan Roese
sr at denx.de
Wed Jul 22 11:24:28 CEST 2020
This patchset includes the following parts:
- Octeon GPIO driver in v3
- New simple Octeon clk driver
- DT updates (GPIO, I2C & CLK nodes)
- Kconfig & defconfig updates
Thanks,
Stefan
Changes in v1:
- Removed common.h and reduced headers as suggested by Daniel
Stefan Roese (5):
mips: octeon: mrvl,cn73xx.dtsi: Add GPIO DT nodes
mips: octeon: dts: Add I2C DT nodes
clk: clk_octeon: Add simple MIPS Octeon clock driver
mips: octeon: dts: Add Octeon clock driver DT nodes
mips: octeon: Update Octeon Kconfig and EBB7304 defconfig
Suneel Garapati (1):
gpio: octeon_gpio: Add GPIO controller driver for Octeon
arch/mips/Kconfig | 7 +-
arch/mips/dts/mrvl,cn73xx.dtsi | 56 +++++
arch/mips/dts/mrvl,octeon-ebb7304.dts | 12 +-
configs/octeon_ebb7304_defconfig | 4 +
drivers/clk/Kconfig | 7 +
drivers/clk/Makefile | 1 +
drivers/clk/clk_octeon.c | 72 +++++++
drivers/gpio/Kconfig | 10 +
drivers/gpio/Makefile | 1 +
drivers/gpio/octeon_gpio.c | 250 +++++++++++++++++++++++
include/dt-bindings/clock/octeon-clock.h | 12 ++
11 files changed, 429 insertions(+), 3 deletions(-)
create mode 100644 drivers/clk/clk_octeon.c
create mode 100644 drivers/gpio/octeon_gpio.c
create mode 100644 include/dt-bindings/clock/octeon-clock.h
--
2.27.0
More information about the U-Boot
mailing list