From ecc3ff7db2ccc427b9f647228dae9463b8b70a4f Mon Sep 17 00:00:00 2001 From: Ivan Belokobylskiy Date: Thu, 26 Dec 2024 14:54:27 +0400 Subject: [PATCH] fixup! imx: add Geniatech gateway GTW360 support --- .../linux/imx/patches-6.6/142-add-imx6ull-gtw360-dts.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/target/linux/imx/patches-6.6/142-add-imx6ull-gtw360-dts.patch b/target/linux/imx/patches-6.6/142-add-imx6ull-gtw360-dts.patch index 1cd1af9f5562cf..c9a29c089858ea 100644 --- a/target/linux/imx/patches-6.6/142-add-imx6ull-gtw360-dts.patch +++ b/target/linux/imx/patches-6.6/142-add-imx6ull-gtw360-dts.patch @@ -10,7 +10,7 @@ imx6ull-colibri-emmc-eval-v3.dtb \ --- a/arch/arm/boot/dts/nxp/imx/imx6ull-gtw360.dts +++ b/arch/arm/boot/dts/nxp/imx/imx6ull-gtw360.dts -@@ -0,0 +1,359 @@ +@@ -0,0 +1,360 @@ +/dts-v1/; + +#include @@ -316,20 +316,21 @@ + assigned-clocks = <&clks IMX6UL_CLK_USDHC1_SEL>, <&clks IMX6UL_CLK_USDHC1>; + assigned-clock-parents = <&clks IMX6UL_CLK_PLL2_PFD2>; + assigned-clock-rates = <0>, <132000000>; -+ max-frequency = <15000000>; ++ max-frequency = <100000000>; + bus-width = <4>; + mmc-pwrseq = <&sdio_pwrseq>; + keep-power-in-suspend; + cap-power-off-card; + cap-sd-highspeed; + cap-sdio-irq; ++ sd-uhs-sdr50; + supports-sdio; + //non-removable; + //no-1-8-v; + status = "okay"; + wifi@1 { + reg = <1>; -+ compatible = "brcm,bcm4329-fmac"; ++ compatible = "brcm,bcm43455-fmac"; + interrupt-parent = <&gpio5>; + interrupts = <2 IRQ_TYPE_LEVEL_HIGH>; + interrupt-names = "host-wake";