From: Dragan Simic <dsimic@manjaro.org>
To: linux-rockchip@lists.infradead.org
Cc: heiko@sntech.de, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
didi.debian@cknow.org, chris@z9.de
Subject: [PATCH v2 0/2] Slightly improve hardware description of Pine64 RockPro64
Date: Sun, 2 Mar 2025 19:48:02 +0100 [thread overview]
Message-ID: <cover.1740941097.git.dsimic@manjaro.org> (raw)
This is a small series that introduces small improvements to the way
Pine64 RockPro64 [1] single-board-computer is described in the DT files.
This applies to both production-run revisions of the RockPro64.
The introduced improvements boil down to eliminating some warnings from
the kernel log, by adding a previously undefined regulator and by adding
some previously missing references to the regulators.
The patch 2/2 also results in reliability improvements, by reportedly
resolving (some of) the longstanding issues resulting from using certain
PCI Express cards with the Pine64 RockPro64.
Changes in v2:
- Dissolved the patch 2/2 notes into its description, according to the
numerous power cycling/rebooting tests performed on a Pine64 RockPro64
by @ChriChri and reported in the #rock64 channel on irc.pine64.org
- Adjusted the cover letter to match the latest test results
- Added "Fixes" and "Cc: stable" tags to both patches in the series
- Added "Tested-by" to the patch 2/2, thanks to Chris' testing [2]
- Added a few "Cc" tags to the patch 2/2, to make sure people involved
in the earlier related patch [3] are in the loop
Link to v1: https://lore.kernel.org/linux-rockchip/cover.1740748439.git.dsimic@manjaro.org/T/#u
[1] https://wiki.pine64.org/wiki/ROCKPro64
[2] https://z9.de/hedgedoc/s/nF4d5G7rg#reboot-tests-for-PCIe-improvements
[3] https://lore.kernel.org/lkml/20230509153912.515218-1-vincenzopalazzodev@gmail.com/T/#u
Dragan Simic (2):
arm64: dts: rockchip: Add avdd HDMI supplies to RockPro64 board dtsi
arm64: dts: rockchip: Add missing PCIe supplies to RockPro64 board
dtsi
.../boot/dts/rockchip/rk3399-rockpro64.dtsi | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
WARNING: multiple messages have this Message-ID (diff)
From: Dragan Simic <dsimic@manjaro.org>
To: linux-rockchip@lists.infradead.org
Cc: heiko@sntech.de, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
didi.debian@cknow.org, chris@z9.de
Subject: [PATCH v2 0/2] Slightly improve hardware description of Pine64 RockPro64
Date: Sun, 2 Mar 2025 19:48:02 +0100 [thread overview]
Message-ID: <cover.1740941097.git.dsimic@manjaro.org> (raw)
This is a small series that introduces small improvements to the way
Pine64 RockPro64 [1] single-board-computer is described in the DT files.
This applies to both production-run revisions of the RockPro64.
The introduced improvements boil down to eliminating some warnings from
the kernel log, by adding a previously undefined regulator and by adding
some previously missing references to the regulators.
The patch 2/2 also results in reliability improvements, by reportedly
resolving (some of) the longstanding issues resulting from using certain
PCI Express cards with the Pine64 RockPro64.
Changes in v2:
- Dissolved the patch 2/2 notes into its description, according to the
numerous power cycling/rebooting tests performed on a Pine64 RockPro64
by @ChriChri and reported in the #rock64 channel on irc.pine64.org
- Adjusted the cover letter to match the latest test results
- Added "Fixes" and "Cc: stable" tags to both patches in the series
- Added "Tested-by" to the patch 2/2, thanks to Chris' testing [2]
- Added a few "Cc" tags to the patch 2/2, to make sure people involved
in the earlier related patch [3] are in the loop
Link to v1: https://lore.kernel.org/linux-rockchip/cover.1740748439.git.dsimic@manjaro.org/T/#u
[1] https://wiki.pine64.org/wiki/ROCKPro64
[2] https://z9.de/hedgedoc/s/nF4d5G7rg#reboot-tests-for-PCIe-improvements
[3] https://lore.kernel.org/lkml/20230509153912.515218-1-vincenzopalazzodev@gmail.com/T/#u
Dragan Simic (2):
arm64: dts: rockchip: Add avdd HDMI supplies to RockPro64 board dtsi
arm64: dts: rockchip: Add missing PCIe supplies to RockPro64 board
dtsi
.../boot/dts/rockchip/rk3399-rockpro64.dtsi | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next reply other threads:[~2025-03-02 18:51 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-02 18:48 Dragan Simic [this message]
2025-03-02 18:48 ` [PATCH v2 0/2] Slightly improve hardware description of Pine64 RockPro64 Dragan Simic
2025-03-02 18:48 ` [PATCH v2 1/2] arm64: dts: rockchip: Add avdd HDMI supplies to RockPro64 board dtsi Dragan Simic
2025-03-02 18:48 ` Dragan Simic
2025-03-03 21:36 ` Diederik de Haas
2025-03-03 21:36 ` Diederik de Haas
2025-03-02 18:48 ` [PATCH v2 2/2] arm64: dts: rockchip: Add missing PCIe " Dragan Simic
2025-03-02 18:48 ` Dragan Simic
2025-03-03 21:06 ` Diederik de Haas
2025-03-03 21:06 ` Diederik de Haas
2025-03-03 22:36 ` [PATCH v2 0/2] Slightly improve hardware description of Pine64 RockPro64 Heiko Stuebner
2025-03-03 22:36 ` Heiko Stuebner
2025-03-04 6:44 ` Dragan Simic
2025-03-04 6:44 ` Dragan Simic
2025-03-04 6:57 ` Dragan Simic
2025-03-04 6:57 ` Dragan Simic
2025-03-04 21:52 ` Heiko Stübner
2025-03-04 21:52 ` Heiko Stübner
2025-03-05 4:06 ` Dragan Simic
2025-03-05 4:06 ` Dragan Simic
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=cover.1740941097.git.dsimic@manjaro.org \
--to=dsimic@manjaro.org \
--cc=chris@z9.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=didi.debian@cknow.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 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.