Commit 2a77ada5 authored by Matthias Kaehlcke's avatar Matthias Kaehlcke Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sc7280: Enable wifi for Chrome OS boards



Enable the 'wifi' and 'remoteproc_wpss' nodes for all sc7280
based Chrome OS boards. Delete the corresponding entries from
sc7280-idp.dtsi since this file includes sc7280-chrome-common.dtsi.

Signed-off-by: default avatarMatthias Kaehlcke <mka@chromium.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220518155252.1.I176d4254c79cfaafa38cbe36f066f02f819df9b6@changeid
parent 5069fe94
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -91,7 +91,20 @@ &remoteproc_mpss {
	memory-region = <&mba_mem>, <&mpss_mem>;
};

&remoteproc_wpss {
	status = "okay";
	firmware-name = "ath11k/WCN6750/hw1.0/wpss.mdt";
};

/* Increase the size from 2.5MB to 8MB */
&rmtfs_mem {
	reg = <0x0 0x9c900000 0x0 0x800000>;
};

&wifi {
	status = "okay";

	wifi-firmware {
		iommus = <&apps_smmu 0x1c02 0x1>;
	};
};
+0 −11
Original line number Diff line number Diff line
@@ -636,14 +636,3 @@ sw_ctrl: sw-ctrl {
		bias-pull-down;
	};
};

&remoteproc_wpss {
	status = "okay";
};

&wifi {
	status = "okay";
	wifi-firmware {
		iommus = <&apps_smmu 0x1c02 0x1>;
	};
};