mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 19:16:49 +07:00
ARM: dts: imx6-sabreauto: add pinctrl for gpt input capture
Add pinctrl groups for both GPT input capture channels. Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
f9f1353b75
commit
ba4105401a
@ -456,6 +456,18 @@ MX6QDL_PAD_SD4_DAT1__PWM3_OUT 0x1b0b1
|
|||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl_gpt_input_capture0: gptinputcapture0grp {
|
||||||
|
fsl,pins = <
|
||||||
|
MX6QDL_PAD_SD1_DAT0__GPT_CAPTURE1 0x1b0b0
|
||||||
|
>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pinctrl_gpt_input_capture1: gptinputcapture1grp {
|
||||||
|
fsl,pins = <
|
||||||
|
MX6QDL_PAD_SD1_DAT1__GPT_CAPTURE2 0x1b0b0
|
||||||
|
>;
|
||||||
|
};
|
||||||
|
|
||||||
pinctrl_spdif: spdifgrp {
|
pinctrl_spdif: spdifgrp {
|
||||||
fsl,pins = <
|
fsl,pins = <
|
||||||
MX6QDL_PAD_KEY_COL3__SPDIF_IN 0x1b0b0
|
MX6QDL_PAD_KEY_COL3__SPDIF_IN 0x1b0b0
|
||||||
|
Loading…
Reference in New Issue
Block a user