mbox series

[v2,0/3] reset: amlogic-a4/a5: add reset driver

Message ID 20240715051217.5286-1-zelong.dong@amlogic.com (mailing list archive)
Headers show
Series reset: amlogic-a4/a5: add reset driver | expand

Message

zelong dong July 15, 2024, 5:12 a.m. UTC
From: Zelong Dong <zelong.dong@amlogic.com>

This patchset adds Reset controller driver support for
Amlogic A4/A5 SoC. The RESET registers count and offset
for A4/A5 Soc are same as S4 Soc.

Changes since v1:
- remove 'amlogic,t7-reset'
- move 'amlogic,c3-reset' to the other enum list
- move reset node from amlogic-a4-common.dtsi to
  amlogic-a4.dtsi/amlogic-a5.dtsi

---
v1:https://lore.kernel.org/all/20240703061610.37217-1-zelong.dong@amlogic.com/

Zelong Dong (3):
  dt-bindings: reset: Add compatible and DT bindings for Amlogic A4/A5
    Reset Controller
  arm64: dts: amlogic: Add Amlogic A4 reset controller
  arm64: dts: amlogic: Add Amlogic A5 reset controller

 .../bindings/reset/amlogic,meson-reset.yaml   | 21 ++--
 .../arm64/boot/dts/amlogic/amlogic-a4-reset.h | 93 ++++++++++++++++++
 arch/arm64/boot/dts/amlogic/amlogic-a4.dtsi   | 10 ++
 .../arm64/boot/dts/amlogic/amlogic-a5-reset.h | 95 +++++++++++++++++++
 arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi   | 10 ++
 5 files changed, 222 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-a4-reset.h
 create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-a5-reset.h

Comments

zelong dong Sept. 2, 2024, 11:28 a.m. UTC | #1
Hi Philipp,

Sorry, I've mixed up the emails.
How about this patchset Amlogic A4/A5 Reset driver?

在 2024/7/15 13:12, zelong dong 写道:
> From: Zelong Dong <zelong.dong@amlogic.com>
> 
> This patchset adds Reset controller driver support for
> Amlogic A4/A5 SoC. The RESET registers count and offset
> for A4/A5 Soc are same as S4 Soc.
> 
> Changes since v1:
> - remove 'amlogic,t7-reset'
> - move 'amlogic,c3-reset' to the other enum list
> - move reset node from amlogic-a4-common.dtsi to
>    amlogic-a4.dtsi/amlogic-a5.dtsi
> 
> ---
> v1:https://lore.kernel.org/all/20240703061610.37217-1-zelong.dong@amlogic.com/
> 
> Zelong Dong (3):
>    dt-bindings: reset: Add compatible and DT bindings for Amlogic A4/A5
>      Reset Controller
>    arm64: dts: amlogic: Add Amlogic A4 reset controller
>    arm64: dts: amlogic: Add Amlogic A5 reset controller
> 
>   .../bindings/reset/amlogic,meson-reset.yaml   | 21 ++--
>   .../arm64/boot/dts/amlogic/amlogic-a4-reset.h | 93 ++++++++++++++++++
>   arch/arm64/boot/dts/amlogic/amlogic-a4.dtsi   | 10 ++
>   .../arm64/boot/dts/amlogic/amlogic-a5-reset.h | 95 +++++++++++++++++++
>   arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi   | 10 ++
>   5 files changed, 222 insertions(+), 7 deletions(-)
>   create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-a4-reset.h
>   create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-a5-reset.h
>