diff options
author | Marijn Suijten <marijn.suijten@somainline.org> | 2022-10-30 08:32:30 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-11-07 17:25:47 -0600 |
commit | 8bad51c68930eba8b26ce362c7c9bfce5d074a2f (patch) | |
tree | 969d4ffcdcbe2339105b8fefee09f0fb12f4b683 /arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts | |
parent | 85eef5cb65ab7e8905725d13c98c90442bb93dbc (diff) | |
download | lwn-8bad51c68930eba8b26ce362c7c9bfce5d074a2f.tar.gz lwn-8bad51c68930eba8b26ce362c7c9bfce5d074a2f.zip |
arm64: dts: qcom: sm6350-lena: Enable QUP and GPI DMA
Enable QUP and GPI DMA hardware to be able to add functioning I2C nodes
later.
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221030073232.22726-9-marijn.suijten@somainline.org
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts b/arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts index 5cb76026ef67..6eb1d4e5e60f 100644 --- a/arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts +++ b/arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts @@ -272,6 +272,14 @@ }; }; +&gpi_dma0 { + status = "okay"; +}; + +&gpi_dma1 { + status = "okay"; +}; + &pm6350_gpios { gpio_keys_state: gpio-keys-state { key-volume-down-pins { @@ -289,6 +297,14 @@ status = "okay"; }; +&qupv3_id_0 { + status = "okay"; +}; + +&qupv3_id_1 { + status = "okay"; +}; + &sdc2_off_state { sd-cd-pins { pins = "gpio94"; |