On 2024/6/5 20:51, Neil Armstrong wrote:
[ EXTERNAL EMAIL ]
Hi Philipp,
On 22/04/2024 13:11, Kelvin Zhang via B4 Relay wrote:
Add a new compatible and device node for Amlogic T7 reset controller.
And modify the driver accordingly.
Signed-off-by: Zelong Dong <zelong.dong@xxxxxxxxxxx>
Signed-off-by: Kelvin Zhang <kelvin.zhang@xxxxxxxxxxx>
---
Changes in v2:
- Drop the compatible comment in dt-binding.
- Move t7-reset.h to arch/arm64/boot/dts/amlogic.
- Link to v1:
https://lore.kernel.org/r/20240329-t7-reset-v1-0-4c6e2e68359e@xxxxxxxxxxx
---
Zelong Dong (3):
dt-bindings: reset: Add Amlogic T7 reset controller
reset: reset-meson: Add support for Amlogic T7 SoC reset
controller
arm64: dts: amlogic: Add Amlogic T7 reset controller
.../bindings/reset/amlogic,meson-reset.yaml | 1 +
arch/arm64/boot/dts/amlogic/amlogic-t7-reset.h | 197
+++++++++++++++++++++
arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 7 +
I applied the DT change, could you pick the bindings & driver change ?
Hi Philipp,
Sorry to bother you.
For patch 1&2, is there anything that needs improvement?
Thanks very much!
Thanks,
Neil
drivers/reset/reset-meson.c | 6 +
4 files changed, 211 insertions(+)
---
base-commit: f529a6d274b3b8c75899e949649d231298f30a32
change-id: 20240329-t7-reset-f87e8346fadb
Best regards,