]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: tegra: p2180: Add mandatory compatible for WiFi node
authorTomasz Maciej Nowak <tmn505@gmail.com>
Tue, 3 Sep 2024 13:21:48 +0000 (15:21 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 24 Oct 2024 17:21:30 +0000 (19:21 +0200)
The dtschema requires to specify common ancestor which all SDIO chips are
derived from, so add accordingly.

Fixes: a50d5dcd2815 ("arm64: tegra: Wire up WiFi on Jetson TX1 module")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409030438.8tumAnp1-lkp@intel.com
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi

index c00db75e391057fd7a09d4465c9dbd58835c79df..1c53ccc5e3cbf3ba213535713af44a2a0d909f10 100644 (file)
                #size-cells = <0>;
 
                wifi@1 {
-                       compatible = "brcm,bcm4354-fmac";
+                       compatible = "brcm,bcm4354-fmac", "brcm,bcm4329-fmac";
                        reg = <1>;
                        interrupt-parent = <&gpio>;
                        interrupts = <TEGRA_GPIO(H, 2) IRQ_TYPE_LEVEL_HIGH>;