mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 11:44:01 +08:00
arm64: dts: imx8mq-evk: Add remote control
Add remote control to i.MX8M EVK device tree. The rc protocol must be selected by writing to: /sys/devices/platform/ir-receiver/rc/rc0/protocols On my tests, I used "nec" rc protocol: echo nec > protocols Tested using evetest: evtest /dev/input/event0 Output log for each key pressed: Event: time 1568122608.267845, -------------- SYN_REPORT ------------ Event: time 1568122610.503835, type 4 (EV_MSC), code 4 (MSC_SCAN), value 440 Signed-off-by: Rogerio Pimentel da Silva <rpimentel.silva@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
72ebb53bba
commit
431e4628ce
@ -52,6 +52,13 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ir-receiver {
|
||||||
|
compatible = "gpio-ir-receiver";
|
||||||
|
gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_ir>;
|
||||||
|
};
|
||||||
|
|
||||||
wm8524: audio-codec {
|
wm8524: audio-codec {
|
||||||
#sound-dai-cells = <0>;
|
#sound-dai-cells = <0>;
|
||||||
compatible = "wlf,wm8524";
|
compatible = "wlf,wm8524";
|
||||||
@ -346,6 +353,12 @@
|
|||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl_ir: irgrp {
|
||||||
|
fsl,pins = <
|
||||||
|
MX8MQ_IOMUXC_GPIO1_IO12_GPIO1_IO12 0x4f
|
||||||
|
>;
|
||||||
|
};
|
||||||
|
|
||||||
pinctrl_pcie0: pcie0grp {
|
pinctrl_pcie0: pcie0grp {
|
||||||
fsl,pins = <
|
fsl,pins = <
|
||||||
MX8MQ_IOMUXC_I2C4_SCL_PCIE1_CLKREQ_B 0x76
|
MX8MQ_IOMUXC_I2C4_SCL_PCIE1_CLKREQ_B 0x76
|
||||||
|
Loading…
Reference in New Issue
Block a user