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>
Этот коммит содержится в:
Alexandre Belloni
2015-10-12 16:28:38 +02:00
родитель a9b672a636
Коммит 620f503322
11 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@@ -907,7 +907,7 @@
};
pmc: pmc@fffffc00 {
compatible = "atmel,sama5d3-pmc";
compatible = "atmel,sama5d3-pmc", "syscon";
reg = <0xfffffc00 0x120>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
interrupt-controller;