diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-02-22 11:44:20 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-02-22 11:44:20 -0800 |
commit | 88953761b94df7dc9bfc46591a8975401689b057 (patch) | |
tree | ac0d7c13f82dd06132c76ea9d6cfa2920e082edc /Documentation | |
parent | 1c892cdd8fe004ed6cef4501a7141594a1616368 (diff) | |
parent | cc976dbc492c2bf67d8225845b609ea72e292128 (diff) | |
download | lwn-88953761b94df7dc9bfc46591a8975401689b057.tar.gz lwn-88953761b94df7dc9bfc46591a8975401689b057.zip |
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Pull clk fixes from Stephen Boyd:
"Here are some Samsung clk driver fixes I've been sitting on for far
too long.
They fix the bindings and clk driver for the Google GS101 SoC"
* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
clk: samsung: clk-gs101: comply with the new dt cmu_misc clock names
dt-bindings: clock: gs101: rename cmu_misc clock-names
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/google,gs101-clock.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/clock/google,gs101-clock.yaml b/Documentation/devicetree/bindings/clock/google,gs101-clock.yaml index 3eebc03a309b..ca7fdada3ff2 100644 --- a/Documentation/devicetree/bindings/clock/google,gs101-clock.yaml +++ b/Documentation/devicetree/bindings/clock/google,gs101-clock.yaml @@ -85,8 +85,8 @@ allOf: clock-names: items: - - const: dout_cmu_misc_bus - - const: dout_cmu_misc_sss + - const: bus + - const: sss additionalProperties: false |