diff options
author | Maxime Ripard <maxime@cerno.tech> | 2021-09-01 11:18:09 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-09-13 09:03:21 +0200 |
commit | cea6d174e7016ed93ab1f893233b280f73e7a995 (patch) | |
tree | 0aae4ca8b0acc02661e4326adc161062e562abdc | |
parent | 8f8163215249cf47d754c550c2ac981a564df105 (diff) | |
download | linux-stable-cea6d174e7016ed93ab1f893233b280f73e7a995.tar.gz linux-stable-cea6d174e7016ed93ab1f893233b280f73e7a995.tar.bz2 linux-stable-cea6d174e7016ed93ab1f893233b280f73e7a995.zip |
dt-bindings: clocks: Fix typo in the H6 compatible
Even though both the driver and the device trees all use the
allwinner,sun50i-h6-de3-clk, we documented the compatible as
allwinner,sun50i-h6-de2-clk in the binding. Let's fix this.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20210901091852.479202-10-maxime@cerno.tech
-rw-r--r-- | Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml b/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml index 3f995d2b30eb..e79eeac5f086 100644 --- a/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml +++ b/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml @@ -24,7 +24,7 @@ properties: - const: allwinner,sun8i-v3s-de2-clk - const: allwinner,sun50i-a64-de2-clk - const: allwinner,sun50i-h5-de2-clk - - const: allwinner,sun50i-h6-de2-clk + - const: allwinner,sun50i-h6-de3-clk - items: - const: allwinner,sun8i-r40-de2-clk - const: allwinner,sun8i-h3-de2-clk |