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

Commit a45def9b authored by Prateek Sood's avatar Prateek Sood Committed by Gerrit - the friendly Code Review server
Browse files

msm: sdm640: Replace sdm640 with sm6150



Update the code name from sdm640 to sm6150.
Rename all files that contain "sdm640" in their names,
and update all file content that contains "sdm640".

Change-Id: Ia39a22a2cf0ad63ce4acc4ce515a3e4bf1690730
Signed-off-by: default avatarPrateek Sood <prsood@codeaurora.org>
parent 8c5ca64d
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@ SoCs:
- SDMSHRIKE
  compatible = "qcom,sdmshrike"

- SDM640
  compatible = "qcom,sdm640"
- SM6150
  compatible = "qcom,sm6150"

- QCS405
  compatible = "qcom,qcs405"
@@ -138,10 +138,10 @@ compatible = "qcom,sm8150p-qrd"
compatible = "qcom,sdmshrike-rumi"
compatible = "qcom,sdmshrike-mtp"
compatible = "qcom,sdmshrike-cdp"
compatible = "qcom,sdm640-rumi"
compatible = "qcom,sdm640-mtp"
compatible = "qcom,sdm640-cdp"
compatible = "qcom,sdm640-qrd"
compatible = "qcom,sm6150-rumi"
compatible = "qcom,sm6150-mtp"
compatible = "qcom,sm6150-cdp"
compatible = "qcom,sm6150-qrd"
compatible = "qcom,qcs405-rumi"
compatible = "qcom,qcs405-mtp"
compatible = "qcom,qcs405-cdp"
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ compatible devices:
		qcom,sdm670-llcc,
		qcom,sm8150-llcc,
		qcom,sdmshrike-llcc,
		qcom,sdm640-llcc
		qcom,sm6150-llcc

Example:

+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ Properties:
Example:

pdcgic: interrupt-controller@0xb220000{
	compatible = "qcom,pdc-sdm640";
	compatible = "qcom,pdc-sm6150";
	reg = <0xb220000 0x30000>;
	#interrupt-cells = <3>;
	interrupt-parent = <&intc>;
+4 −4
Original line number Diff line number Diff line
Qualcomm Technologies, Inc. SDM640 TLMM block
Qualcomm Technologies, Inc. SM6150 TLMM block

This binding describes the Top Level Mode Multiplexer block found in the
SDM640 platform.
SM6150 platform.

- compatible:
	Usage: required
	Value type: <string>
	Definition: must be "qcom,sdm640-pinctrl"
	Definition: must be "qcom,sm6150-pinctrl"

- reg:
	Usage: required
@@ -176,7 +176,7 @@ to specify in a pin configuration subnode:
Example:

	tlmm: pinctrl@03000000 {
		compatible = "qcom,sdm640-pinctrl";
		compatible = "qcom,sm6150-pinctrl";
		reg = <0x03000000 0xdc2000>;
		interrupts = <0 208 0>;
		gpio-controller;
+3 −3
Original line number Diff line number Diff line
@@ -159,12 +159,12 @@ config ARCH_SDMSHRIKE
	  If you do not wish to build a kernel that runs on this chipset,
	  say 'N' here.

config ARCH_SDM640
	bool "Enable Support for Qualcomm Technologies, Inc. SDM640"
config ARCH_SM6150
	bool "Enable Support for Qualcomm Technologies, Inc. SM6150"
	depends on ARCH_QCOM
	select COMMON_CLK_QCOM
	help
	  This enables support for the SDM640 chipset. If you do not
	  This enables support for the SM6150 chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

config ARCH_QCS405
Loading