diff options
author | 2022-04-14 15:46:30 +0530 | |
---|---|---|
committer | 2022-04-19 12:56:45 -0500 | |
commit | d953239726e971ecaee45d86b4bcd605be839b2a (patch) | |
tree | 06d4be75414ff0eaa0d92777b1e3678b4725c525 | |
parent | arm64: dts: qcom: sm8450: Fix missing iommus for qup1 (diff) | |
download | wireguard-linux-d953239726e971ecaee45d86b4bcd605be839b2a.tar.xz wireguard-linux-d953239726e971ecaee45d86b4bcd605be839b2a.zip |
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: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220414101630.1189052-8-vkoul@kernel.org
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8450-qrd.dts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts index d33e86a375c0..236e53974fdd 100644 --- a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts +++ b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts @@ -352,10 +352,22 @@ 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 @@ firmware-name = "qcom/sm8450/slpi.mbn"; }; +&spi4 { + status = "okay"; +}; + +&spi18 { + status = "okay"; +}; + +&spi19 { + status = "okay"; +}; + &tlmm { gpio-reserved-ranges = <28 4>, <36 4>; }; |