OSDN Git Service

ARM: at91/dt: use syscon for PMC
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 12 Oct 2015 14:28:38 +0000 (16:28 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 19 Oct 2015 15:57:41 +0000 (17:57 +0200)
commit620f50332232b089815f7255f6a5fff0a8b10e63
tree8595278b17b1120ff1ef18f7317d43c2e583d389
parenta9b672a636a599cc052afcb6837e3177dc53c143
ARM: at91/dt: use syscon for PMC

The PMC is not only used to drive the clocks but also has some registers
related to other functions. One of those is for example the USB gadget
bias.
Using a syscon allows to properly separate those functions.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/at91rm9200.dtsi
arch/arm/boot/dts/at91sam9260.dtsi
arch/arm/boot/dts/at91sam9261.dtsi
arch/arm/boot/dts/at91sam9263.dtsi
arch/arm/boot/dts/at91sam9g45.dtsi
arch/arm/boot/dts/at91sam9n12.dtsi
arch/arm/boot/dts/at91sam9rl.dtsi
arch/arm/boot/dts/at91sam9x5.dtsi
arch/arm/boot/dts/sama5d2.dtsi
arch/arm/boot/dts/sama5d3.dtsi
arch/arm/boot/dts/sama5d4.dtsi