Skip to content

Commit

Permalink
fixup! imx: add Geniatech gateway GTW360 support
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Dec 26, 2024
1 parent 2ae5da3 commit ecc3ff7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions target/linux/imx/patches-6.6/142-add-imx6ull-gtw360-dts.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dt-bindings/input/input.h>
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit ecc3ff7

Please sign in to comment.