]> Git Repo - J-linux.git/commitdiff
spi: Update clock-names property for arm pl022
authorKuldeep Singh <[email protected]>
Wed, 9 Mar 2022 17:18:47 +0000 (22:48 +0530)
committerMark Brown <[email protected]>
Fri, 11 Mar 2022 13:42:35 +0000 (13:42 +0000)
PL022 has two input clocks named sspclk and apb_pclk. Current schema
refers to two notations of sspclk which are indeed same and thus one can
be dropped. Update clock-names property to reflect the same.

Signed-off-by: Kuldeep Singh <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Documentation/devicetree/bindings/spi/spi-pl022.yaml

index 6d633728fc2be569032f306717d93ae5d6392a1b..bda45ff3d2942f358efd6ae1991720cd76ade11b 100644 (file)
@@ -38,9 +38,7 @@ properties:
 
   clock-names:
     items:
-      - enum:
-          - SSPCLK
-          - sspclk
+      - const: sspclk
       - const: apb_pclk
 
   pl022,autosuspend-delay:
This page took 0.055495 seconds and 4 git commands to generate.