[RFC v2 0/2] Hi3521a support.

Marty E. Plummer posted 2 patches 4 years ago
arch/arm/boot/dts/Makefile                |   2 +
arch/arm/boot/dts/hi3521a-rs-dm290e.dts   | 134 +++++++
arch/arm/boot/dts/hi3521a.dtsi            | 423 ++++++++++++++++++++++
arch/arm/mach-hisi/Kconfig                |   9 +
drivers/clk/hisilicon/Kconfig             |   8 +
drivers/clk/hisilicon/Makefile            |   1 +
drivers/clk/hisilicon/crg-hi3521a.c       | 141 ++++++++
include/dt-bindings/clock/hi3521a-clock.h |  34 ++
8 files changed, 752 insertions(+)
create mode 100644 arch/arm/boot/dts/hi3521a-rs-dm290e.dts
create mode 100644 arch/arm/boot/dts/hi3521a.dtsi
create mode 100644 drivers/clk/hisilicon/crg-hi3521a.c
create mode 100644 include/dt-bindings/clock/hi3521a-clock.h
[RFC v2 0/2] Hi3521a support.
Posted by Marty E. Plummer 4 years ago
Resend RFC.

Changes in v2:
- Actually include the dts files.
- DT Bindings still missing, as the the driver is not quite complete
  (need to add the reset controller bindings, have't quite figured that
  out yet.)

Marty E. Plummer (2):
  clk: hisilicon: add CRG driver Hi3521a SoC
  arm: hisi: enable Hi3521a soc

 arch/arm/boot/dts/Makefile                |   2 +
 arch/arm/boot/dts/hi3521a-rs-dm290e.dts   | 134 +++++++
 arch/arm/boot/dts/hi3521a.dtsi            | 423 ++++++++++++++++++++++
 arch/arm/mach-hisi/Kconfig                |   9 +
 drivers/clk/hisilicon/Kconfig             |   8 +
 drivers/clk/hisilicon/Makefile            |   1 +
 drivers/clk/hisilicon/crg-hi3521a.c       | 141 ++++++++
 include/dt-bindings/clock/hi3521a-clock.h |  34 ++
 8 files changed, 752 insertions(+)
 create mode 100644 arch/arm/boot/dts/hi3521a-rs-dm290e.dts
 create mode 100644 arch/arm/boot/dts/hi3521a.dtsi
 create mode 100644 drivers/clk/hisilicon/crg-hi3521a.c
 create mode 100644 include/dt-bindings/clock/hi3521a-clock.h

-- 
2.35.1
Re: [RFC v2 0/2] Hi3521a support.
Posted by Krzysztof Kozlowski 4 years ago
On 01/05/2022 19:34, Marty E. Plummer wrote:
> Resend RFC.
> 
> Changes in v2:
> - Actually include the dts files.
> - DT Bindings still missing, as the the driver is not quite complete
>   (need to add the reset controller bindings, have't quite figured that
>   out yet.)
> 
> Marty E. Plummer (2):
>   clk: hisilicon: add CRG driver Hi3521a SoC
>   arm: hisi: enable Hi3521a soc

Still no bindings for boards/SoC.



Best regards,
Krzysztof