aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2022-06-04 17:30:03 +0200
committerBjorn Andersson <bjorn.andersson@linaro.org>2022-07-02 22:17:10 -0500
commitf82c48d468521cd9d1a31797c6f9e6cac6f7c1b3 (patch)
tree42a553e0fb14424b81cf5ee723867442fc742ad3 /arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
parentarm64: dts: qcom: sm8250: use constants for audio clocks (diff)
downloadlinux-dev-f82c48d468521cd9d1a31797c6f9e6cac6f7c1b3.tar.xz
linux-dev-f82c48d468521cd9d1a31797c6f9e6cac6f7c1b3.zip
arm64: dts: qcom: ipq6018: correct QUP peripheral labels
Current QUP peripheral labels like spi_0 and i2c_0 dont really tell what is the exact QUP HW being used as there are actually 6 identical QUP HW blocks for UART, SPI and I2C. For example current i2c_0 label actually points to the QUP2 I2C HW. This style of labeling does not follow what the rest of Qualcomm SoC-s use, for example IPQ8074 which has the identical QUP blocks. It also makes it really hard to add the missing QUP DT nodes as there are multiple missing. So utilize the same style as other Qualcomm SoC-s are using and update the CP01 DTS as its the current sole user of them. Signed-off-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220604153003.55172-1-robimarko@gmail.com
Diffstat (limited to 'arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
index d9a8c2e68ae1..1ba2eca33c7b 100644
--- a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
+++ b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
@@ -29,13 +29,13 @@
status = "okay";
};
-&i2c_1 {
+&blsp1_i2c3 {
pinctrl-0 = <&i2c_1_pins>;
pinctrl-names = "default";
status = "okay";
};
-&spi_0 {
+&blsp1_spi1 {
cs-select = <0>;
status = "okay";