diff options
author | Kuldeep Singh <singh.kuldeep87k@gmail.com> | 2022-03-09 22:48:47 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-03-11 13:42:35 +0000 |
commit | 1889421a891ff439b25495011b8b75f81660abca (patch) | |
tree | a4b37ac65e47c2a82f8fa14cde9fab0f45486cfa /Documentation/devicetree | |
parent | 2cfdf0b4441aa918c3b18142740c92407b3c35a2 (diff) | |
download | linux-1889421a891ff439b25495011b8b75f81660abca.tar.bz2 |
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@gmail.com>
Link: https://lore.kernel.org/r/20220309171847.5345-1-singh.kuldeep87k@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-pl022.yaml | 4 |
1 files changed, 1 insertions, 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: |