Commit d9532397 authored by Vinod Koul's avatar Vinod Koul Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sm8450-qrd: Enable spi and i2c nodes



Enable the i2c5, spi4, spi18 and spi19 nodes which were tested on qrd
board along with related qup nodes and gpi_dma0

Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220414101630.1189052-8-vkoul@kernel.org
parent 67ebdc6d
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -352,10 +352,22 @@ &pcie0_phy {
	vdda-pll-supply = <&vreg_l6b_1p2>;
};

&gpi_dma0 {
	status = "okay";
};

&i2c5 {
	status = "okay";
};

&qupv3_id_0 {
	status = "okay";
};

&qupv3_id_2 {
	status = "okay";
};

&remoteproc_adsp {
	status = "okay";
	firmware-name = "qcom/sm8450/adsp.mbn";
@@ -376,6 +388,18 @@ &remoteproc_slpi {
	firmware-name = "qcom/sm8450/slpi.mbn";
};

&spi4 {
	status = "okay";
};

&spi18 {
	status = "okay";
};

&spi19 {
	status = "okay";
};

&tlmm {
	gpio-reserved-ranges = <28 4>, <36 4>;
};