We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6139d9e commit 0fb0d36Copy full SHA for 0fb0d36
arch/arm64/boot/dts/mediatek/mt8516.dtsi
@@ -220,6 +220,17 @@
220
clock-names = "clk13m", "bus";
221
};
222
223
+ keypad: keypad@10002000 {
224
+ compatible = "mediatek,mt8516-keypad",
225
+ "mediatek,mt6779-keypad";
226
+ reg = <0 0x10002000 0 0x1000>;
227
+ wakeup-source;
228
+ interrupts = <GIC_SPI 149 IRQ_TYPE_EDGE_FALLING>;
229
+ clocks = <&clk26m>;
230
+ clock-names = "kpd";
231
+ status = "disabled";
232
+ };
233
+
234
syscfg_pctl: syscfg-pctl@10005000 {
235
compatible = "syscon";
236
reg = <0 0x10005000 0 0x1000>;
0 commit comments