diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-10-12 17:28:38 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-10-19 18:57:41 +0300 |
commit | 620f50332232b089815f7255f6a5fff0a8b10e63 (patch) | |
tree | 8595278b17b1120ff1ef18f7317d43c2e583d389 /arch/arm/boot/dts/sama5d2.dtsi | |
parent | a9b672a636a599cc052afcb6837e3177dc53c143 (diff) | |
download | linux-620f50332232b089815f7255f6a5fff0a8b10e63.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/sama5d2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 034cd48ae28b..780c8afc7600 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -286,7 +286,7 @@ }; pmc: pmc@f0014000 { - compatible = "atmel,sama5d2-pmc"; + compatible = "atmel,sama5d2-pmc", "syscon"; reg = <0xf0014000 0x160>; interrupts = <74 IRQ_TYPE_LEVEL_HIGH 7>; interrupt-controller; |