Skip to content

Commit

Permalink
fixup! bsp: linux-lmp-fslc: bump kernel 6.1-2.2.x-imx to 1e6abd59ab9ff1
Browse files Browse the repository at this point in the history
  • Loading branch information
quaresmajose authored and angolini committed Jan 2, 2025
1 parent c6fc17e commit 550ac65
Showing 1 changed file with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ This fixes the Murata 1MW bluetooth initialization

Signed-off-by: Michael Scott <[email protected]>
Signed-off-by: Ricardo Salveti <[email protected]>
Signed-off-by: Jose Quaresma <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
index 6c2d66cdd2f4b..b0c09ca92ecc7 100644
index 548d5695b59a..111b5b23e83b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
@@ -47,6 +47,14 @@ reg_usdhc2_vmmc: regulator-usdhc2 {
@@ -59,6 +59,14 @@ reg_usdhc2_vmmc: regulator-usdhc2 {
enable-active-high;
};

Expand All @@ -31,15 +32,15 @@ index 6c2d66cdd2f4b..b0c09ca92ecc7 100644
ir-receiver {
compatible = "gpio-ir-receiver";
gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
@@ -476,6 +484,7 @@ &uart1 { /* BT */
@@ -488,6 +496,7 @@ &uart1 { /* BT */
assigned-clocks = <&clk IMX8MN_CLK_UART1>;
assigned-clock-parents = <&clk IMX8MN_SYS_PLL1_80M>;
fsl,uart-has-rtscts;
uart-has-rtscts;
+ resets = <&modem_reset>;
status = "okay";
};

@@ -502,8 +511,10 @@ &usdhc1 {
bluetooth {
@@ -538,8 +547,10 @@ &usdhc1 {
pinctrl-1 = <&pinctrl_usdhc1_100mhz>, <&pinctrl_wlan>;
pinctrl-2 = <&pinctrl_usdhc1_200mhz>, <&pinctrl_wlan>;
bus-width = <4>;
Expand All @@ -48,9 +49,9 @@ index 6c2d66cdd2f4b..b0c09ca92ecc7 100644
non-removable;
+ cap-power-off-card;
wakeup-source;
fsl,sdio-async-interrupt-enabled;
/delete-property/ vmmc-supply;
@@ -751,6 +762,7 @@ MX8MN_IOMUXC_UART1_RXD_UART1_DCE_RX 0x140
vmmc-supply = <&reg_usdhc1_vmmc>;
status = "okay";
@@ -773,6 +784,7 @@ MX8MN_IOMUXC_UART1_RXD_UART1_DCE_RX 0x140
MX8MN_IOMUXC_UART1_TXD_UART1_DCE_TX 0x140
MX8MN_IOMUXC_UART3_RXD_UART1_DCE_CTS_B 0x140
MX8MN_IOMUXC_UART3_TXD_UART1_DCE_RTS_B 0x140
Expand All @@ -59,5 +60,5 @@ index 6c2d66cdd2f4b..b0c09ca92ecc7 100644
};

--
2.38.1
2.47.1

0 comments on commit 550ac65

Please sign in to comment.