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

Commit 6f1606bf authored by Yassin Jaffer's avatar Yassin Jaffer Committed by Maxime Ripard
Browse files

ARM: dts: sun7i: Add keypad clk node



This patch add support to the keypad clock on sun7i

Signed-off-by: default avatarYassin Jaffer <yassinjaffer@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 5d97c677
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -465,6 +465,14 @@
			clock-output-names = "ir1";
		};

		keypad_clk: clk@01c200c4 {
			#clock-cells = <0>;
			compatible = "allwinner,sun4i-a10-mod0-clk";
			reg = <0x01c200c4 0x4>;
			clocks = <&osc24M>;
			clock-output-names = "keypad";
		};

		usb_clk: clk@01c200cc {
			#clock-cells = <1>;
			#reset-cells = <1>;