Commit 6cf8f828 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

ARM: dts: at91: at91sam9x5: switch to new clock bindings



Switch at91sam9x5 boards to the new PMC clock bindings.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 7f2fbc1e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@
				       0x003fffff 0x003f8000 0x00000000  /* pioD */
				      >;
			};

			pmc: pmc@fffffc00 {
				compatible = "atmel,at91sam9g15-pmc", "atmel,at91sam9x5-pmc", "syscon";
			};
		};
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@
				       0x003fffff 0x003f8000 0x00000000  /* pioD */
				      >;
			};

			pmc: pmc@fffffc00 {
				compatible = "atmel,at91sam9g25-pmc", "atmel,at91sam9x5-pmc", "syscon";
			};
		};
	};
};
+2 −2
Original line number Diff line number Diff line
@@ -32,9 +32,9 @@
					pinctrl-0 = <&pinctrl_pck0_as_isi_mck &pinctrl_sensor_power &pinctrl_sensor_reset>;
					resetb-gpios = <&pioA 7 GPIO_ACTIVE_LOW>;
					pwdn-gpios = <&pioA 13 GPIO_ACTIVE_HIGH>;
					clocks = <&pck0>;
					clocks = <&pmc PMC_TYPE_SYSTEM 8>;
					clock-names = "xvclk";
					assigned-clocks = <&pck0>;
					assigned-clocks = <&pmc PMC_TYPE_SYSTEM 8>;
					assigned-clock-rates = <25000000>;
					status = "okay";

+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@
				       0x003fffff 0x003f8000 0x00000000  /* pioD */
				      >;
			};

			pmc: pmc@fffffc00 {
				compatible = "atmel,at91sam9g35-pmc", "atmel,at91sam9x5-pmc", "syscon";
			};
		};
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@
				       0x003fffff 0x003f8000 0x00000000  /* pioD */
				      >;
			};

			pmc: pmc@fffffc00 {
				compatible = "atmel,at91sam9x25-pmc", "atmel,at91sam9x5-pmc", "syscon";
			};
		};
	};
};
Loading