Skip to content

Commit 45b91a1

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: imx8mp-tqma8mpql-mba8mpxl: add missing pinctrl for RTC alarm
Although the RTC is on the module, the RTC_EVENT# signal is connected on the mainboard. Already set by bootloader, but make it explicit in Linux as well. Fixes: 418d1d8 ("arm64: dts: freescale: add initial device tree for TQMa8MPQL with i.MX8MP") Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent b5a76cb commit 45b91a1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@
394394

395395
&pcf85063 {
396396
/* RTC_EVENT# is connected on MBa8MPxL */
397+
pinctrl-names = "default";
398+
pinctrl-0 = <&pinctrl_pcf85063>;
397399
interrupt-parent = <&gpio4>;
398400
interrupts = <28 IRQ_TYPE_EDGE_FALLING>;
399401
};
@@ -630,6 +632,10 @@
630632
fsl,pins = <MX8MP_IOMUXC_SAI5_RXC__GPIO3_IO20 0x10>; /* Power enable */
631633
};
632634

635+
pinctrl_pcf85063: pcf85063grp {
636+
fsl,pins = <MX8MP_IOMUXC_SAI3_RXFS__GPIO4_IO28 0x80>;
637+
};
638+
633639
/* LVDS Backlight */
634640
pinctrl_pwm2: pwm2grp {
635641
fsl,pins = <MX8MP_IOMUXC_SAI5_RXD0__PWM2_OUT 0x14>;

0 commit comments

Comments
 (0)