Skip to content

Commit 156d76a

Browse files
tmn505gregkh
authored andcommitted
arm64: tegra: p2180: Add mandatory compatible for WiFi node
[ Upstream commit 2e57d3d ] The dtschema requires to specify common ancestor which all SDIO chips are derived from, so add accordingly. Fixes: a50d5dc ("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 4acb047 commit 156d76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
#size-cells = <0>;
352352

353353
wifi@1 {
354-
compatible = "brcm,bcm4354-fmac";
354+
compatible = "brcm,bcm4354-fmac", "brcm,bcm4329-fmac";
355355
reg = <1>;
356356
interrupt-parent = <&gpio>;
357357
interrupts = <TEGRA_GPIO(H, 2) IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)