Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44985786 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: sunxi: dt: Use clocks property instead of clock-frequency for the UARTs



It will be especially useful when we will have the clock definitions in
the device tree.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarEmilio López <emilio@elopez.com.ar>
Tested-by: default avatarEmilio López <emilio@elopez.com.ar>
parent fd9d9915
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@
			interrupts = <1>;
			reg-shift = <2>;
			reg-io-width = <4>;
			clock-frequency = <24000000>;
			clocks = <&osc>;
			status = "disabled";
		};

@@ -152,7 +152,7 @@
			interrupts = <2>;
			reg-shift = <2>;
			reg-io-width = <4>;
			clock-frequency = <24000000>;
			clocks = <&osc>;
			status = "disabled";
		};
	};