[PATCH 1/2] dt-bindings: spi: Fix clock-names definition

From: Meiker Gao

Date: Tue Mar 24 2026 - 23:21:56 EST


Update the device tree binding for the Mediatek.

Signed-off-by: Meiker Gao <ot_meiker.gao@xxxxxxxxxxxx>
---
.../devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml b/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml
index a453996c13f2..0255e19efc8d 100644
--- a/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml
+++ b/Documentation/devicetree/bindings/spi/mediatek,spi-mtk-nor.yaml
@@ -56,14 +56,17 @@ properties:
design, so this is optional.
- description: clock used for controller axi slave bus.
this depends on hardware design, so it is optional.
+ - description: clock used for controller axi_f, axi_h, and
+ axi_p to support the new platform.

clock-names:
minItems: 2
items:
- const: spi
- const: sf
- - const: axi
- - const: axi_s
+ - const: axi_f
+ - const: axi_h
+ - const: axi_p

required:
- compatible
--
2.45.2