[PATCH v2 0/4] refactore rpi board code

Oleksij Rempel o.rempel at pengutronix.de
Fri Jan 28 00:23:13 PST 2022


changes v2:
- rework clk driver to properly support deep-probe
- remove currently not supported compatibles from board code
- reduce struct size
- rework rpi_get_dcfg to return *dcfg directly

Oleksij Rempel (4):
  ARM: rpi: convert board code to a driver
  ARM: rpi: move clk support to a separate driver and enable deep-probe
  ARM: rpi: validate devicetree compatible instead of changing model
    name
  ARM: rpi: set host name based on DT compatible

 arch/arm/boards/raspberry-pi/rpi-common.c | 486 +++++++++++++---------
 drivers/clk/Makefile                      |   1 +
 drivers/clk/clk-rpi.c                     | 109 +++++
 3 files changed, 396 insertions(+), 200 deletions(-)
 create mode 100644 drivers/clk/clk-rpi.c

-- 
2.30.2




More information about the barebox mailing list