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

Commit 2528be75 authored by Joel Stanley's avatar Joel Stanley
Browse files

ARM: dts: aspeed: Add clock phandle to GPIO



This enables a feature where the driver can debounce inputs.

Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent e1e0ec41
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -144,6 +144,7 @@
				reg = <0x1e780000 0x1000>;
				reg = <0x1e780000 0x1000>;
				interrupts = <20>;
				interrupts = <20>;
				gpio-ranges = <&pinctrl 0 0 220>;
				gpio-ranges = <&pinctrl 0 0 220>;
				clocks = <&syscon ASPEED_CLK_APB>;
				interrupt-controller;
				interrupt-controller;
			};
			};


+1 −0
Original line number Original line Diff line number Diff line
@@ -187,6 +187,7 @@
				reg = <0x1e780000 0x1000>;
				reg = <0x1e780000 0x1000>;
				interrupts = <20>;
				interrupts = <20>;
				gpio-ranges = <&pinctrl 0 0 220>;
				gpio-ranges = <&pinctrl 0 0 220>;
				clocks = <&syscon ASPEED_CLK_APB>;
				interrupt-controller;
				interrupt-controller;
			};
			};