From: Sam Edwards <cfsworks@gmail.com>
To: Heiko Stuebner <heiko@sntech.de>
Cc: "Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Ondrej Jirman" <megi@xff.cz>,
"Chris Morgan" <macromorgan@hotmail.com>,
"Alex Zhao" <zzc@rock-chips.com>,
"Dragan Simic" <dsimic@manjaro.org>,
"FUKAUMI Naoki" <naoki@radxa.com>,
"Sebastian Reichel" <sebastian.reichel@collabora.com>,
"Jing Luo" <jing@jing.rocks>,
"Kever Yang" <kever.yang@rock-chips.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
"Daniel Kukieła" <daniel@kukiela.pl>,
"Joshua Riek" <jjriek@verizon.net>,
"Sam Edwards" <CFSworks@gmail.com>
Subject: [PATCH 0/5] Turing RK1 SoM DT updates
Date: Wed, 11 Sep 2024 19:50:29 -0700 [thread overview]
Message-ID: <20240912025034.180233-1-CFSworks@gmail.com> (raw)
Hello list,
It's been a little under a year since support for the Turing RK1 RK3588-based
SoM board, was introduced upstream. Since then, the driver developers have had
great successes in further RK3588 enablement, achieving such enhancements as:
- Stable thermal ADC support
- USBDP PHY support
- Panthor: a driver for the Mali-G610 GPU found in RK3588
Accordingly I am pleased to present this DT patchset, which leverages those
driver advancements to enable the corresponding features in the Turing RK1:
- Automatic fan speed control (patch 3/5)
- USB support (patch 4/5)
- GPU support (patch 5/5)
It also includes a bugfix (patch 2/5) for a previously-discussed [1] PCIe boot
hang problem, for which it was decided [2] that a fix required first splitting
apart the pinctrl defs for the low-speed signals (patch 1/5).
These patches are ordered by importance. Please apply this series partially if
deemed necessary.
Thank you for your time,
Sam
[1]: https://lore.kernel.org/lkml/20231205202900.4617-1-CFSworks@gmail.com/
[2]: https://lore.kernel.org/lkml/6311244.MhkbZ0Pkbq@diego/
Sam Edwards (5):
arm64: dts: rockchip: Split up RK3588's PCIe pinctrls
arm64: dts: rockchip: Fix Turing RK1 PCIe3 hang
arm64: dts: rockchip: Enable automatic fan control on Turing RK1
arm64: dts: rockchip: Enable all 3 USBs on Turing RK1
arm64: dts: rockchip: Enable GPU on Turing RK1
.../dts/rockchip/rk3588-base-pinctrl.dtsi | 271 ++++++++++++++----
.../boot/dts/rockchip/rk3588-turing-rk1.dtsi | 137 ++++++++-
.../boot/dts/rockchip/rk3588s-rock-5a.dts | 6 +-
3 files changed, 363 insertions(+), 51 deletions(-)
--
2.44.2
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: Sam Edwards <cfsworks@gmail.com>
To: Heiko Stuebner <heiko@sntech.de>
Cc: "Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Ondrej Jirman" <megi@xff.cz>,
"Chris Morgan" <macromorgan@hotmail.com>,
"Alex Zhao" <zzc@rock-chips.com>,
"Dragan Simic" <dsimic@manjaro.org>,
"FUKAUMI Naoki" <naoki@radxa.com>,
"Sebastian Reichel" <sebastian.reichel@collabora.com>,
"Jing Luo" <jing@jing.rocks>,
"Kever Yang" <kever.yang@rock-chips.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
"Daniel Kukieła" <daniel@kukiela.pl>,
"Joshua Riek" <jjriek@verizon.net>,
"Sam Edwards" <CFSworks@gmail.com>
Subject: [PATCH 0/5] Turing RK1 SoM DT updates
Date: Wed, 11 Sep 2024 19:50:29 -0700 [thread overview]
Message-ID: <20240912025034.180233-1-CFSworks@gmail.com> (raw)
Hello list,
It's been a little under a year since support for the Turing RK1 RK3588-based
SoM board, was introduced upstream. Since then, the driver developers have had
great successes in further RK3588 enablement, achieving such enhancements as:
- Stable thermal ADC support
- USBDP PHY support
- Panthor: a driver for the Mali-G610 GPU found in RK3588
Accordingly I am pleased to present this DT patchset, which leverages those
driver advancements to enable the corresponding features in the Turing RK1:
- Automatic fan speed control (patch 3/5)
- USB support (patch 4/5)
- GPU support (patch 5/5)
It also includes a bugfix (patch 2/5) for a previously-discussed [1] PCIe boot
hang problem, for which it was decided [2] that a fix required first splitting
apart the pinctrl defs for the low-speed signals (patch 1/5).
These patches are ordered by importance. Please apply this series partially if
deemed necessary.
Thank you for your time,
Sam
[1]: https://lore.kernel.org/lkml/20231205202900.4617-1-CFSworks@gmail.com/
[2]: https://lore.kernel.org/lkml/6311244.MhkbZ0Pkbq@diego/
Sam Edwards (5):
arm64: dts: rockchip: Split up RK3588's PCIe pinctrls
arm64: dts: rockchip: Fix Turing RK1 PCIe3 hang
arm64: dts: rockchip: Enable automatic fan control on Turing RK1
arm64: dts: rockchip: Enable all 3 USBs on Turing RK1
arm64: dts: rockchip: Enable GPU on Turing RK1
.../dts/rockchip/rk3588-base-pinctrl.dtsi | 271 ++++++++++++++----
.../boot/dts/rockchip/rk3588-turing-rk1.dtsi | 137 ++++++++-
.../boot/dts/rockchip/rk3588s-rock-5a.dts | 6 +-
3 files changed, 363 insertions(+), 51 deletions(-)
--
2.44.2
next reply other threads:[~2024-09-12 2:53 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 2:50 Sam Edwards [this message]
2024-09-12 2:50 ` [PATCH 0/5] Turing RK1 SoM DT updates Sam Edwards
2024-09-12 2:50 ` [PATCH 1/5] arm64: dts: rockchip: Split up RK3588's PCIe pinctrls Sam Edwards
2024-09-12 2:50 ` Sam Edwards
2024-09-12 2:50 ` [PATCH 2/5] arm64: dts: rockchip: Fix Turing RK1 PCIe3 hang Sam Edwards
2024-09-12 2:50 ` Sam Edwards
2024-09-12 2:50 ` [PATCH 3/5] arm64: dts: rockchip: Enable automatic fan control on Turing RK1 Sam Edwards
2024-09-12 2:50 ` Sam Edwards
2024-09-12 2:50 ` [PATCH 4/5] arm64: dts: rockchip: Enable all 3 USBs " Sam Edwards
2024-09-12 2:50 ` Sam Edwards
2024-09-12 19:53 ` Jonas Karlman
2024-09-12 19:53 ` Jonas Karlman
2024-09-12 21:06 ` Sam Edwards
2024-09-12 21:06 ` Sam Edwards
2024-09-12 22:35 ` Jonas Karlman
2024-09-12 22:35 ` Jonas Karlman
2024-09-12 23:20 ` Sam Edwards
2024-09-12 23:20 ` Sam Edwards
2024-09-12 2:50 ` [PATCH 5/5] arm64: dts: rockchip: Enable GPU " Sam Edwards
2024-09-12 2:50 ` Sam Edwards
2024-09-30 10:55 ` (subset) [PATCH 0/5] Turing RK1 SoM DT updates Heiko Stuebner
2024-09-30 10:55 ` Heiko Stuebner
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=20240912025034.180233-1-CFSworks@gmail.com \
--to=cfsworks@gmail.com \
--cc=conor+dt@kernel.org \
--cc=daniel@kukiela.pl \
--cc=devicetree@vger.kernel.org \
--cc=dsimic@manjaro.org \
--cc=heiko@sntech.de \
--cc=jing@jing.rocks \
--cc=jjriek@verizon.net \
--cc=kever.yang@rock-chips.com \
--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=macromorgan@hotmail.com \
--cc=megi@xff.cz \
--cc=naoki@radxa.com \
--cc=robh@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=zzc@rock-chips.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.