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

dt-bindings: clock: Move at91.h to dt-bindigs/clock

Most of the clock related dt-binding header files are located in
dt-bindings/clock folder. It would be good to keep all the similar
header files at a single location.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
CC: Rob Landley <rob@landley.net>
CC: Andrew Victor <linux@maxim.org.za>
CC: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Acked-by: Boris BREZILLON <b.brezillon.dev@gmail.com>
[nicolas.ferre@atmel.com: add new at91sam9261 & at91sam9rl]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

authored by

Tushar Behera and committed by
Nicolas Ferre
35d35aae d44db494

+7 -7
+1 -1
Documentation/devicetree/bindings/clock/at91-clock.txt
··· 62 62 - interrupt-controller : tell that the PMC is an interrupt controller. 63 63 - #interrupt-cells : must be set to 1. The first cell encodes the interrupt id, 64 64 and reflect the bit position in the PMC_ER/DR/SR registers. 65 - You can use the dt macros defined in dt-bindings/clk/at91.h. 65 + You can use the dt macros defined in dt-bindings/clock/at91.h. 66 66 0 (AT91_PMC_MOSCS) -> main oscillator ready 67 67 1 (AT91_PMC_LOCKA) -> PLL A ready 68 68 2 (AT91_PMC_LOCKB) -> PLL B ready
+1 -1
arch/arm/boot/dts/at91sam9261.dtsi
··· 10 10 #include <dt-bindings/pinctrl/at91.h> 11 11 #include <dt-bindings/interrupt-controller/irq.h> 12 12 #include <dt-bindings/gpio/gpio.h> 13 - #include <dt-bindings/clk/at91.h> 13 + #include <dt-bindings/clock/at91.h> 14 14 15 15 / { 16 16 model = "Atmel AT91SAM9261 family SoC";
+1 -1
arch/arm/boot/dts/at91sam9rl.dtsi
··· 8 8 9 9 #include "skeleton.dtsi" 10 10 #include <dt-bindings/pinctrl/at91.h> 11 - #include <dt-bindings/clk/at91.h> 11 + #include <dt-bindings/clock/at91.h> 12 12 #include <dt-bindings/interrupt-controller/irq.h> 13 13 #include <dt-bindings/gpio/gpio.h> 14 14
+1 -1
arch/arm/boot/dts/sama5d3.dtsi
··· 13 13 #include <dt-bindings/pinctrl/at91.h> 14 14 #include <dt-bindings/interrupt-controller/irq.h> 15 15 #include <dt-bindings/gpio/gpio.h> 16 - #include <dt-bindings/clk/at91.h> 16 + #include <dt-bindings/clock/at91.h> 17 17 18 18 / { 19 19 model = "Atmel SAMA5D3 family SoC";
+1 -1
arch/arm/boot/dts/sama5d3_mci2.dtsi
··· 9 9 10 10 #include <dt-bindings/pinctrl/at91.h> 11 11 #include <dt-bindings/interrupt-controller/irq.h> 12 - #include <dt-bindings/clk/at91.h> 12 + #include <dt-bindings/clock/at91.h> 13 13 14 14 / { 15 15 ahb {
+1 -1
arch/arm/boot/dts/sama5d3_tcb1.dtsi
··· 9 9 10 10 #include <dt-bindings/pinctrl/at91.h> 11 11 #include <dt-bindings/interrupt-controller/irq.h> 12 - #include <dt-bindings/clk/at91.h> 12 + #include <dt-bindings/clock/at91.h> 13 13 14 14 / { 15 15 aliases {
+1 -1
arch/arm/boot/dts/sama5d3_uart.dtsi
··· 9 9 10 10 #include <dt-bindings/pinctrl/at91.h> 11 11 #include <dt-bindings/interrupt-controller/irq.h> 12 - #include <dt-bindings/clk/at91.h> 12 + #include <dt-bindings/clock/at91.h> 13 13 14 14 / { 15 15 aliases {
include/dt-bindings/clk/at91.h include/dt-bindings/clock/at91.h