2023-09-14 05:52:39

by Macpaul Lin

[permalink] [raw]
Subject: [PATCH v4 1/2] dt-bindings: arm64: dts: mediatek: mt8365-evk: update compatible

Update compatible of 'mediatek,mt8365-evk' from 'enum' to 'const'.

Signed-off-by: Macpaul Lin <[email protected]>
---
Documentation/devicetree/bindings/arm/mediatek.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

changes for v2:
- rebase this patch to follow the v5 patch set of mt8395.
- depends on https://lore.kernel.org/lkml/[email protected]/T/
- Fix description as a single board.

changes for v3:
- rebase this patch to follow the v6 patch set of mt8395.
- depends on https://lore.kernel.org/lkml/[email protected]/T/
- drop "Fixes:" tag in commit message.
- drop platform description update for mt8365-evk (Genio 350-EVK).

changes for v4:
- Replace "Fix" in commit message with "Update".
- Fix 'make dtbs_check W=1' error for 'const: mediatek,mt8365-evk'

diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
index 2e8ad49c3479..9031160ef41b 100644
--- a/Documentation/devicetree/bindings/arm/mediatek.yaml
+++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
@@ -245,8 +245,7 @@ properties:
- mediatek,mt8183-pumpkin
- const: mediatek,mt8183
- items:
- - enum:
- - mediatek,mt8365-evk
+ - const: mediatek,mt8365-evk
- const: mediatek,mt8365
- description: MediaTek Genio 1200 Boards (Genio 1200 EVK)
items:
--
2.18.0