From: Jagan Teki <jagan@edgeble.ai>
To: Heiko Stuebner <heiko@sntech.de>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
Johan Jonker <jbx6244@gmail.com>, Jagan Teki <jagan@edgeble.ai>
Subject: [PATCH v7 00/10] ARM: Add Rockchip RV1126 support
Date: Tue, 8 Nov 2022 09:43:50 +0530 [thread overview]
Message-ID: <20221108041400.157052-1-jagan@edgeble.ai> (raw)
This patch series combined the next level dts patches for
Rockchip RV1126 support.
Changes for v7:
- fix dtbs_check
- new dt-bindings patches
- collect Rob Ack
Any inputs?
Jagan.
Jagan Teki (10):
dt-bindings: arm: rockchip: Add pmu compatible for rv1126
dt-bindings: mmc: rockchip-dw-mshc: Add power-domains property
dt-bindings: iio: adc: rockchip-saradc: Add saradc 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/iio/adc/rockchip-saradc.yaml | 1 +
.../bindings/mmc/rockchip-dw-mshc.yaml | 3 +
.../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 | 38 ++
arch/arm/boot/dts/rv1126-edgeble-neu2.dtsi | 338 ++++++++++++++
arch/arm/boot/dts/rv1126-pinctrl.dtsi | 211 +++++++++
arch/arm/boot/dts/rv1126.dtsi | 438 ++++++++++++++++++
12 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
--
2.25.1
next reply other threads:[~2022-11-08 4:14 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-08 4:13 Jagan Teki [this message]
2022-11-08 4:13 ` [PATCH v7 01/10] dt-bindings: arm: rockchip: Add pmu compatible for rv1126 Jagan Teki
2022-11-08 18:09 ` Krzysztof Kozlowski
2022-11-08 4:13 ` [PATCH v7 02/10] dt-bindings: mmc: rockchip-dw-mshc: Add power-domains property Jagan Teki
2022-11-08 18:09 ` Krzysztof Kozlowski
2022-11-09 12:34 ` Ulf Hansson
2022-11-08 4:13 ` [PATCH v7 03/10] dt-bindings: iio: adc: rockchip-saradc: Add saradc for rv1126 Jagan Teki
2022-11-08 18:09 ` Krzysztof Kozlowski
2022-11-12 17:41 ` Jonathan Cameron
2022-11-08 4:13 ` [PATCH v7 04/10] dt-bindings: timer: rk-timer: Add rktimer " Jagan Teki
2022-11-08 18:10 ` Krzysztof Kozlowski
2022-11-08 4:13 ` [PATCH v7 05/10] ARM: dts: rockchip: Add Rockchip RV1126 pinctrl Jagan Teki
2022-11-08 4:13 ` [PATCH v7 06/10] ARM: dts: rockchip: Add Rockchip RV1126 SoC Jagan Teki
2022-11-08 18:13 ` Krzysztof Kozlowski
2022-11-15 6:38 ` Jagan Teki
2022-11-15 7:55 ` Krzysztof Kozlowski
2022-11-23 16:35 ` Jagan Teki
2022-11-24 9:36 ` Krzysztof Kozlowski
2022-11-27 13:55 ` Jagan Teki
2022-11-08 20:17 ` Johan Jonker
2022-11-14 9:35 ` Jagan Teki
2022-11-08 4:13 ` [PATCH v7 07/10] dt-bindings: vendor-prefixes: Add Edgeble AI Technologies Pvt. Ltd Jagan Teki
2022-11-08 4:13 ` [PATCH v7 08/10] dt-bindings: arm: rockchip: Add Edgeble Neural Compute Module 2 Jagan Teki
2022-11-08 4:13 ` [PATCH v7 09/10] ARM: dts: rockchip: rv1126: Add Edgeble Neural Compute Module 2(Neu2) Jagan Teki
2022-11-08 4:14 ` [PATCH v7 10/10] ARM: dts: rockchip: rv1126: Add Edgeble Neural Compute Module 2(Neu2) IO Jagan Teki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221108041400.157052-1-jagan@edgeble.ai \
--to=jagan@edgeble.ai \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=jbx6244@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).