devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] mt8188: Fix missing reset and clock-names DT properties
@ 2025-05-15 13:31 Julien Massot
  2025-05-15 13:31 ` [PATCH 1/3] dt-bindings: clock: mediatek: Add #reset-cells property for MT8188 Julien Massot
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Julien Massot @ 2025-05-15 13:31 UTC (permalink / raw)
  To: kernel, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno, Garmin Chang, Friday Yang
  Cc: Conor Dooley, linux-clk, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek, Julien Massot

Hi all,

This patch series addresses some issues found in the MediaTek MT8188 device tree
and its corresponding bindings:

The #reset-cells property was missing in the MT8188 clock controller binding and
device tree nodes. This causes DT validation errors.

The clock-names property was missing from the Global Command Engine (GCE) mailbox node,
which also triggers a dtb-check failure.

Patch 1 updates the binding to declare #reset-cells as a valid property.
Patch 2 adds #reset-cells to all affected nodes in mt8188.dtsi.
Patch 3 fixes the missing clock-names property in the GCE node.

To: kernel@collabora.com
To: Michael Turquette <mturquette@baylibre.com>
To: Stephen Boyd <sboyd@kernel.org>
To: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk+dt@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>
To: Matthias Brugger <matthias.bgg@gmail.com>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Garmin Chang <garmin.chang@mediatek.com>
To: Friday Yang <friday.yang@mediatek.com>
Cc: Conor Dooley <conor.dooley@microchip.com>
Cc: linux-clk@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-mediatek@lists.infradead.org

Signed-off-by: Julien Massot <julien.massot@collabora.com>
---
Julien Massot (3):
      dt-bindings: clock: mediatek: Add #reset-cells property for MT8188
      arm64: dts: mediatek: mt8188: Add missing #reset-cells property
      arm64: dts: mediatek: mt8188: gce: add missing 'clock-names'

 .../devicetree/bindings/clock/mediatek,mt8188-clock.yaml     |  3 +++
 arch/arm64/boot/dts/mediatek/mt8188.dtsi                     | 12 ++++++++++++
 2 files changed, 15 insertions(+)
---
base-commit: bdd609656ff5573db9ba1d26496a528bdd297cf2
change-id: 20250515-dtb-check-mt8188-5af50d5d5c93

Best regards,
-- 
Julien Massot <julien.massot@collabora.com>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-05-16 14:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-15 13:31 [PATCH 0/3] mt8188: Fix missing reset and clock-names DT properties Julien Massot
2025-05-15 13:31 ` [PATCH 1/3] dt-bindings: clock: mediatek: Add #reset-cells property for MT8188 Julien Massot
2025-05-15 14:52   ` AngeloGioacchino Del Regno
2025-05-15 15:03   ` Conor Dooley
2025-05-15 15:11     ` AngeloGioacchino Del Regno
2025-05-15 16:17       ` Conor Dooley
2025-05-16 14:14         ` Julien Massot
2025-05-15 13:31 ` [PATCH 2/3] arm64: dts: mediatek: mt8188: Add missing #reset-cells property Julien Massot
2025-05-15 14:53   ` AngeloGioacchino Del Regno
2025-05-16 14:13     ` Julien Massot
2025-05-15 13:31 ` [PATCH 3/3] arm64: dts: mediatek: mt8188: gce: add missing 'clock-names' Julien Massot
2025-05-15 14:52   ` AngeloGioacchino Del Regno
2025-05-16 14:16     ` Julien Massot

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).