[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220309171847.5345-1-singh.kuldeep87k@gmail.com>
Date: Wed, 9 Mar 2022 22:48:47 +0530
From: Kuldeep Singh <singh.kuldeep87k@...il.com>
To: Mark Brown <broonie@...nel.org>,
linux-arm-kernel@...ts.infradead.org, linux-spi@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Rob Herring <robh+dt@...nel.org>,
Linus Walleij <linus.walleij@...aro.org>
Subject: [PATCH v3] spi: Update clock-names property for arm pl022
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 <singh.kuldeep87k@...il.com>
---
v3:
- Drop SSPCLK
- New patch, and drop last 2 patches
v2:
- Keep actual warning and remove path to file
- Reword commit message a bit
Documentation/devicetree/bindings/spi/spi-pl022.yaml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/spi/spi-pl022.yaml b/Documentation/devicetree/bindings/spi/spi-pl022.yaml
index 6d633728fc2b..bda45ff3d294 100644
--- a/Documentation/devicetree/bindings/spi/spi-pl022.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-pl022.yaml
@@ -38,9 +38,7 @@ properties:
clock-names:
items:
- - enum:
- - SSPCLK
- - sspclk
+ - const: sspclk
- const: apb_pclk
pl022,autosuspend-delay:
--
2.25.1
Powered by blists - more mailing lists