From: Jonas Karlman <jonas@kwiboo.se>
To: Heiko Stuebner <heiko@sntech.de>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
Jonas Karlman <jonas@kwiboo.se>
Subject: [PATCH 00/13] rockchip: Fixes and improvements for ROCK Pi S
Date: Tue, 21 May 2024 21:10:03 +0000 [thread overview]
Message-ID: <20240521211029.1236094-1-jonas@kwiboo.se> (raw)
This series include fixes for DT schema validation, fixes and improve
support for onboard features of the Radxa ROCK Pi S board.
Patch 1-2 fixes DT schema validation of ethernet and audio codec.
Patch 3 fixes use of onboard SD NAND and eMMC.
Patch 4-7 improve details and support for onboard features.
Patch 8 add OTP device node to SoC DT.
Patch 9-11 add support for RK3308 IO voltage domain to driver and DT.
Patch 12-13 correctly configures IO voltage domain and fixes WiFi/BT.
This series have been tested on a v1.3 board having a RK3308B SoC.
David Wu (1):
soc: rockchip: io-domain: Add RK3308 IO voltage domains
Jonas Karlman (12):
dt-bindings: net: rockchip-dwmac: Fix rockchip,rk3308-gmac compatible
arm64: dts: rockchip: rk3308: Fix codec@ff560000 reset-names
arm64: dts: rockchip: rk3308-rock-pi-s: Fix SD NAND and eMMC init
arm64: dts: rockchip: rk3308-rock-pi-s: Add sdmmc related properties
arm64: dts: rockchip: rk3308-rock-pi-s: Add pinctrl for UART0
arm64: dts: rockchip: rk3308-rock-pi-s: Rename LED related pinctrl
nodes
arm64: dts: rockchip: rk3308-rock-pi-s: Add mdio and ethernet-phy
nodes
arm64: dts: rockchip: Add OTP device node for RK3308
dt-bindings: power: rockchip: Document RK3308 IO voltage domains
arm64: dts: rockchip: Add RK3308 IO voltage domains
arm64: dts: rockchip: rk3308-rock-pi-s: Enable the io-domains node
arm64: dts: rockchip: rk3308-rock-pi-s: Update WIFi/BT related nodes
.../devicetree/bindings/net/snps,dwmac.yaml | 1 +
.../bindings/power/rockchip-io-domain.yaml | 24 +++++
.../boot/dts/rockchip/rk3308-rock-pi-s.dts | 99 ++++++++++++++++---
arch/arm64/boot/dts/rockchip/rk3308.dtsi | 31 +++++-
drivers/soc/rockchip/io-domain.c | 40 ++++++++
5 files changed, 182 insertions(+), 13 deletions(-)
--
2.43.2
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next reply other threads:[~2024-05-21 21:10 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-21 21:10 Jonas Karlman [this message]
2024-05-21 21:10 ` [PATCH 01/13] dt-bindings: net: rockchip-dwmac: Fix rockchip,rk3308-gmac compatible Jonas Karlman
2024-05-21 21:34 ` Heiko Stübner
2024-05-23 11:39 ` Paolo Abeni
2024-05-22 10:05 ` Krzysztof Kozlowski
2024-05-21 21:10 ` [PATCH 02/13] arm64: dts: rockchip: rk3308: Fix codec@ff560000 reset-names Jonas Karlman
2024-05-21 21:10 ` [PATCH 03/13] arm64: dts: rockchip: rk3308-rock-pi-s: Fix SD NAND and eMMC init Jonas Karlman
2024-05-21 21:10 ` [PATCH 04/13] arm64: dts: rockchip: rk3308-rock-pi-s: Add sdmmc related properties Jonas Karlman
2024-05-21 21:10 ` [PATCH 05/13] arm64: dts: rockchip: rk3308-rock-pi-s: Add pinctrl for UART0 Jonas Karlman
2024-05-21 21:10 ` [PATCH 06/13] arm64: dts: rockchip: rk3308-rock-pi-s: Rename LED related pinctrl nodes Jonas Karlman
2024-05-21 21:10 ` [PATCH 07/13] arm64: dts: rockchip: rk3308-rock-pi-s: Add mdio and ethernet-phy nodes Jonas Karlman
2024-05-21 21:10 ` [PATCH 08/13] arm64: dts: rockchip: Add OTP device node for RK3308 Jonas Karlman
2024-05-21 21:10 ` [PATCH 09/13] dt-bindings: power: rockchip: Document RK3308 IO voltage domains Jonas Karlman
2024-05-22 10:06 ` Krzysztof Kozlowski
2024-05-21 21:10 ` [PATCH 10/13] soc: rockchip: io-domain: Add " Jonas Karlman
2024-05-21 21:10 ` [PATCH 11/13] arm64: dts: rockchip: " Jonas Karlman
2024-05-21 21:10 ` [PATCH 12/13] arm64: dts: rockchip: rk3308-rock-pi-s: Enable the io-domains node Jonas Karlman
2024-05-21 21:10 ` [PATCH 13/13] arm64: dts: rockchip: rk3308-rock-pi-s: Update WIFi/BT related nodes Jonas Karlman
2024-05-27 22:42 ` (subset) [PATCH 00/13] rockchip: Fixes and improvements for ROCK Pi S Heiko Stuebner
2024-05-27 22:43 ` Heiko Stübner
2024-05-28 8:24 ` Jonas Karlman
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=20240521211029.1236094-1-jonas@kwiboo.se \
--to=jonas@kwiboo.se \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@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