arm64: dts: qcom: sm8450-qrd: Enable spi and i2c nodes
authorVinod Koul <vkoul@kernel.org>
Thu, 14 Apr 2022 10:16:30 +0000 (15:46 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 19 Apr 2022 17:56:45 +0000 (12:56 -0500)
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
arch/arm64/boot/dts/qcom/sm8450-qrd.dts

index d33e86a375c0d3c02948b5eeae2bed178a102529..236e53974fdd286a7478a7bc2f0e05148253c0c1 100644 (file)
        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";
        firmware-name = "qcom/sm8450/slpi.mbn";
 };
 
+&spi4 {
+       status = "okay";
+};
+
+&spi18 {
+       status = "okay";
+};
+
+&spi19 {
+       status = "okay";
+};
+
 &tlmm {
        gpio-reserved-ranges = <28 4>, <36 4>;
 };