arm64: tegra: p2180: Add mandatory compatible for WiFi node

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>
This commit is contained in:
Tomasz Maciej Nowak 2024-09-03 15:21:48 +02:00 committed by Thierry Reding
parent b8b248de00
commit 2e57d3dc7b

View File

@ -351,7 +351,7 @@
#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>;