mbox series

[0/4] arm64: dts: mediatek: Add missing gce-client-reg properties to mt8192 and mt8195

Message ID 20240229-gce-client-reg-add-missing-mt8192-95-v1-0-b12c233a8a33@collabora.com (mailing list archive)
Headers show
Series arm64: dts: mediatek: Add missing gce-client-reg properties to mt8192 and mt8195 | expand

Message

Nícolas F. R. A. Prado Feb. 29, 2024, 7:44 p.m. UTC
This series adds the gce-client-reg properties to the nodes where it was
missing in order to avoid "error -2 can't parse gce-client-reg property"
errors and possibly improve the performance. The separation of the
commits was done in order for each one to have a single Fixes tag and
therefore be more easily backported.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
---
Nícolas F. R. A. Prado (4):
      arm64: dts: mediatek: mt8192: Add missing gce-client-reg to mutex
      arm64: dts: mediatek: mt8195: Add missing gce-client-reg to vpp/vdosys
      arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex
      arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex1

 arch/arm64/boot/dts/mediatek/mt8192.dtsi | 1 +
 arch/arm64/boot/dts/mediatek/mt8195.dtsi | 5 +++++
 2 files changed, 6 insertions(+)
---
base-commit: 2ae0a045e6814c8c1d676d6153c605a65746aa29
change-id: 20240229-gce-client-reg-add-missing-mt8192-95-d05c0659c8ca

Best regards,

Comments

AngeloGioacchino Del Regno April 3, 2024, 10:30 a.m. UTC | #1
On Thu, 29 Feb 2024 14:44:27 -0500, Nícolas F. R. A. Prado wrote:
> This series adds the gce-client-reg properties to the nodes where it was
> missing in order to avoid "error -2 can't parse gce-client-reg property"
> errors and possibly improve the performance. The separation of the
> commits was done in order for each one to have a single Fixes tag and
> therefore be more easily backported.
> 
> 
> [...]

Applied to v6.9-fixes/dts64, thanks!

[1/4] arm64: dts: mediatek: mt8192: Add missing gce-client-reg to mutex
      commit: 00bcc8810d9dd69d3899a4189e2f3964f263a600
[2/4] arm64: dts: mediatek: mt8195: Add missing gce-client-reg to vpp/vdosys
      commit: 96b0c1528ef41fe754f5d1378b1db6c098a2e33f
[3/4] arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex
      commit: 3b129949184a1251e6a42db714f6d68b75fabedd
[4/4] arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex1
      commit: 58f126296c3c52d02bf3fad1f68c331d718c4a9b

Cheers,
Angelo