mbox series

[v9,0/8] ARM: Add Rockchip RV1126 support

Message ID 20221129075424.189655-1-jagan@edgeble.ai (mailing list archive)
Headers show
Series ARM: Add Rockchip RV1126 support | expand

Message

Jagan Teki Nov. 29, 2022, 7:54 a.m. UTC
This patch series combined the next level dts patches for 
Rockchip RV1126 support.

Changes for v9:
- fix serial2 alias
- collect Krzysztof ack
Changes for v8:
- fix rv1126 dtsi
- remove uart aliases
- add adc node name
- add uart dma-names
- add timer0 node name
Changes for v7:
- fix dtbs_check
- new dt-bindings patches
- collect Rob Ack

Any inputs?
Jagan.

Jagan Teki (8):
  dt-bindings: arm: rockchip: Add pmu compatible for rv1126
  dt-bindings: timer: rk-timer: Add rktimer for rv1126
  ARM: dts: rockchip: Add Rockchip RV1126 pinctrl
  ARM: dts: rockchip: Add Rockchip RV1126 SoC
  dt-bindings: vendor-prefixes: Add Edgeble AI Technologies Pvt. Ltd.
  dt-bindings: arm: rockchip: Add Edgeble Neural Compute Module 2
  ARM: dts: rockchip: rv1126: Add Edgeble Neural Compute Module 2(Neu2)
  ARM: dts: rockchip: rv1126: Add Edgeble Neural Compute Module 2(Neu2) IO

 .../devicetree/bindings/arm/rockchip.yaml     |   6 +
 .../devicetree/bindings/arm/rockchip/pmu.yaml |   2 +
 .../bindings/timer/rockchip,rk-timer.yaml     |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   2 +-
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/rv1126-edgeble-neu2-io.dts  |  42 ++
 arch/arm/boot/dts/rv1126-edgeble-neu2.dtsi    | 338 ++++++++++++++
 arch/arm/boot/dts/rv1126-pinctrl.dtsi         | 211 +++++++++
 arch/arm/boot/dts/rv1126.dtsi                 | 438 ++++++++++++++++++
 10 files changed, 1042 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/rv1126-edgeble-neu2-io.dts
 create mode 100644 arch/arm/boot/dts/rv1126-edgeble-neu2.dtsi
 create mode 100644 arch/arm/boot/dts/rv1126-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/rv1126.dtsi

Comments

Heiko Stuebner Dec. 14, 2022, 2:26 p.m. UTC | #1
On Tue, 29 Nov 2022 13:24:16 +0530, Jagan Teki wrote:
> This patch series combined the next level dts patches for
> Rockchip RV1126 support.
> 
> Changes for v9:
> - fix serial2 alias
> - collect Krzysztof ack
> Changes for v8:
> - fix rv1126 dtsi
> - remove uart aliases
> - add adc node name
> - add uart dma-names
> - add timer0 node name
> Changes for v7:
> - fix dtbs_check
> - new dt-bindings patches
> - collect Rob Ack
> 
> [...]

Applied for 6.3, thanks!

[1/8] dt-bindings: arm: rockchip: Add pmu compatible for rv1126
      commit: 79ff3e4040fbe20a010c3e28f8916c6a44dabdbb
[3/8] ARM: dts: rockchip: Add Rockchip RV1126 pinctrl
      commit: afa5af90d2ee35c9bb283b1b0d26bd43e78df122
[4/8] ARM: dts: rockchip: Add Rockchip RV1126 SoC
      commit: 0cea6325da9dfaec807c65b0bdcfab7d9a235069
[5/8] dt-bindings: vendor-prefixes: Add Edgeble AI Technologies Pvt. Ltd.
      commit: f1459809a2194d5808067bdce86ad007f6054dc4
[6/8] dt-bindings: arm: rockchip: Add Edgeble Neural Compute Module 2
      commit: c4b37f32c7d3c79646fa090fba7054ae7141c510
[7/8] ARM: dts: rockchip: rv1126: Add Edgeble Neural Compute Module 2(Neu2)
      commit: 58022d5a620d8a6e72a8691b9df65da7951f19b9
[8/8] ARM: dts: rockchip: rv1126: Add Edgeble Neural Compute Module 2(Neu2) IO
      commit: b4dc2677b1902bb4ca7e5fef1bd49ba6138b759d

Best regards,