Commit d08f92bd authored by Claudiu Beznea's avatar Claudiu Beznea
Browse files

ARM: dts: at91: use clock-controller name for PMC nodes

parent 08e4dd1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@
				reg = <0xffffff00 0x100>;
			};

			pmc: pmc@fffffc00 {
			pmc: clock-controller@fffffc00 {
				compatible = "atmel,at91rm9200-pmc", "syscon";
				reg = <0xfffffc00 0x100>;
				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@
				reg = <0xffffee00 0x200>;
			};

			pmc: pmc@fffffc00 {
			pmc: clock-controller@fffffc00 {
				compatible = "atmel,at91sam9260-pmc", "syscon";
				reg = <0xfffffc00 0x100>;
				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+1 −1
Original line number Diff line number Diff line
@@ -599,7 +599,7 @@
				};
			};

			pmc: pmc@fffffc00 {
			pmc: clock-controller@fffffc00 {
				compatible = "atmel,at91sam9261-pmc", "syscon";
				reg = <0xfffffc00 0x100>;
				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@
				atmel,external-irqs = <30 31>;
			};

			pmc: pmc@fffffc00 {
			pmc: clock-controller@fffffc00 {
				compatible = "atmel,at91sam9263-pmc", "syscon";
				reg = <0xfffffc00 0x100>;
				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
				atmel,adc-startup-time = <40>;
			};

			pmc: pmc@fffffc00 {
			pmc: clock-controller@fffffc00 {
				compatible = "atmel,at91sam9g20-pmc", "atmel,at91sam9260-pmc", "syscon";
			};
		};
Loading