Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33eba0ae authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

msm: Rename msmtriton/apqtriton to sdm630/sda630



Update the code name from msmtriton/apqtriton to sdm630/sda630.
As part of this, update the filename containing "triton" and
files content containing "triton".

Change-Id: Ia558be75041e41e83d304d5fb4091c2a098e87c0
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent da23c021
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -95,8 +95,8 @@ SoCs:
- SDA660
  compatible = "qcom,sda660"

- MSMTRITON
  compatible = "qcom,msmtriton"
- SDM630
  compatible = "qcom,sdm630"

- MSM8952
  compatible = "qcom,msm8952"
@@ -270,7 +270,7 @@ compatible = "qcom,sdm660-mtp"
compatible = "qcom,sdm660-qrd"
compatible = "qcom,sda660-mtp"
compatible = "qcom,sda660-cdp"
compatible = "qcom,msmtriton-rumi"
compatible = "qcom,sdm630-rumi"
compatible = "qcom,msm8952-rumi"
compatible = "qcom,msm8952-sim"
compatible = "qcom,msm8952-qrd"
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Required properties :
- compatible : shall contain only one of the following:

			"qcom,gpucc-sdm660",
			"qcom,gpucc-msmtriton"
			"qcom,gpucc-sdm630"

- reg : shall contain base register location and length
- #clock-cells : shall contain 1
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ Required properties:
	       should be "qcom,msm8998-tsens" for 8998 TSENS driver.
	       should be "qcom,msmhamster-tsens" for hamster TSENS driver.
	       should be "qcom,sdm660-tsens" for 660 TSENS driver.
	       should be "qcom,msmtriton-tsens" for triton TSENS driver.
	       should be "qcom,sdm630-tsens" for 630 TSENS driver.
	       The compatible property is used to identify the respective fusemap to use
	       for the corresponding SoC.
- reg : offset and length of the TSENS registers with associated property in reg-names
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ dtb-$(CONFIG_ARCH_SDM660) += sdm660-sim.dtb \
	sda660-pm660a-mtp.dtb \
	sda660-pm660a-rcm.dtb

dtb-$(CONFIG_ARCH_MSMTRITON) += msmtriton-rumi.dtb
dtb-$(CONFIG_ARCH_SDM630) += sdm630-rumi.dtb

ifeq ($(CONFIG_ARM64),y)
always          := $(dtb-y)
Loading