Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clk: at91: add bindings for SAM9X60's slow clock controller

Add bindings for SAM9X60's slow clock controller.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Claudiu Beznea and committed by
Stephen Boyd
b36d5cf7 abaceffc

+4 -3
+4 -3
Documentation/devicetree/bindings/clock/at91-clock.txt
··· 9 9 Required properties: 10 10 - compatible : shall be one of the following: 11 11 "atmel,at91sam9x5-sckc", 12 - "atmel,sama5d3-sckc" or 13 - "atmel,sama5d4-sckc": 12 + "atmel,sama5d3-sckc", 13 + "atmel,sama5d4-sckc" or 14 + "microchip,sam9x60-sckc": 14 15 at91 SCKC (Slow Clock Controller) 15 - - #clock-cells : shall be 0. 16 + - #clock-cells : shall be 1 for "microchip,sam9x60-sckc" otherwise shall be 0. 16 17 - clocks : shall be the input parent clock phandle for the clock. 17 18 18 19 Optional properties: