Skip to content

Commit

Permalink
Merge branches 'clk-kirkwood', 'clk-imx', 'clk-doc', 'clk-zynq' and '…
Browse files Browse the repository at this point in the history
…clk-ralink' into clk-next

* clk-kirkwood:
  clk: kirkwood: Fix a clocking boot regression

* clk-imx:
  clk: imx8mn: Add M7 core clock
  clk: imx8m: fix clock tree update of TF-A managed clocks
  clk: imx: clk-divider-gate: Switch to clk_divider.determine_rate
  clk: imx8mn: use correct mux type for clkout path
  clk: imx8mm: use correct mux type for clkout path

* clk-doc:
  dt-bindings: clock: samsung: fix header path in example
  MAINTAINERS: clock: include S3C and S5P in Samsung SoC clock entry
  dt-bindings: clock: samsung: convert S5Pv210 AudSS to dtschema
  dt-bindings: clock: samsung: convert Exynos AudSS to dtschema
  dt-bindings: clock: samsung: convert Exynos4 to dtschema
  dt-bindings: clock: samsung: convert Exynos3250 to dtschema
  dt-bindings: clock: samsung: convert Exynos542x to dtschema
  dt-bindings: clock: samsung: add bindings for Exynos external clock
  dt-bindings: clock: samsung: convert Exynos5250 to dtschema
  dt-bindings: clock: brcm,iproc-clocks: fix armpll properties
  clk: zynqmp: Fix kernel-doc format
  clk: at91: sama7g5: remove all kernel-doc & kernel-doc warnings
  clk: zynqmp: fix kernel doc

* clk-zynq:
  clk: zynqmp: Fix a memory leak
  clk: zynqmp: Check the return type

* clk-ralink:
  clk: ralink: avoid to set 'CLK_IS_CRITICAL' flag for gates
  • Loading branch information
Stephen Boyd committed Sep 1, 2021
6 parents 8fb59ce + aaedb9e + 3e06191 + 46d4ee4 + e7296d1 + c16edf5 commit 47505bf
Show file tree
Hide file tree
Showing 27 changed files with 415 additions and 427 deletions.
27 changes: 25 additions & 2 deletions Documentation/devicetree/bindings/clock/brcm,iproc-clocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,30 @@ properties:
maxItems: 1

'#clock-cells':
const: 1
true

clock-output-names:
minItems: 1
maxItems: 45

allOf:
- if:
properties:
compatible:
contains:
enum:
- brcm,cygnus-armpll
- brcm,nsp-armpll
then:
properties:
'#clock-cells':
const: 0
else:
properties:
'#clock-cells':
const: 1
required:
- clock-output-names
- if:
properties:
compatible:
Expand Down Expand Up @@ -358,7 +375,6 @@ required:
- reg
- clocks
- '#clock-cells'
- clock-output-names

additionalProperties: false

Expand Down Expand Up @@ -392,3 +408,10 @@ examples:
clocks = <&osc2>;
clock-output-names = "keypad", "adc/touch", "pwm";
};
- |
arm_clk@0 {
#clock-cells = <0>;
compatible = "brcm,nsp-armpll";
clocks = <&osc>;
reg = <0x0 0x1000>;
};
103 changes: 0 additions & 103 deletions Documentation/devicetree/bindings/clock/clk-exynos-audss.txt

This file was deleted.

53 changes: 0 additions & 53 deletions Documentation/devicetree/bindings/clock/clk-s5pv210-audss.txt

This file was deleted.

57 changes: 0 additions & 57 deletions Documentation/devicetree/bindings/clock/exynos3250-clock.txt

This file was deleted.

86 changes: 0 additions & 86 deletions Documentation/devicetree/bindings/clock/exynos4-clock.txt

This file was deleted.

41 changes: 0 additions & 41 deletions Documentation/devicetree/bindings/clock/exynos5250-clock.txt

This file was deleted.

Loading

0 comments on commit 47505bf

Please sign in to comment.