Skip to content

Commit 606a6b8

Browse files
author
Yixun Lan
committed
dt-bindings: serial: 8250: spacemit: fix clock property for K3 SoC
The UART of SpacemiT K3 SoC has same clock property as K1 generation which request two clock sources, fix the binding otherwise will get DT check warnings. Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20260304-01-uart-clock-names-v1-1-338483f04a8b@kernel.org Signed-off-by: Yixun Lan <dlan@kernel.org>
1 parent 8631411 commit 606a6b8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • Documentation/devicetree/bindings/serial

Documentation/devicetree/bindings/serial/8250.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ allOf:
6363
properties:
6464
compatible:
6565
contains:
66-
const: spacemit,k1-uart
66+
enum:
67+
- spacemit,k1-uart
68+
- spacemit,k3-uart
6769
then:
6870
properties:
6971
clock-names:
@@ -76,6 +78,7 @@ allOf:
7678
contains:
7779
enum:
7880
- spacemit,k1-uart
81+
- spacemit,k3-uart
7982
- nxp,lpc1850-uart
8083
then:
8184
required:

0 commit comments

Comments
 (0)