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 Original line Diff line number Diff line
@@ -47,8 +47,8 @@ SoCs:
- SDMSHRIKE
- SDMSHRIKE
  compatible = "qcom,sdmshrike"
  compatible = "qcom,sdmshrike"


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


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


Example:
Example:


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


pdcgic: interrupt-controller@0xb220000{
pdcgic: interrupt-controller@0xb220000{
	compatible = "qcom,pdc-sdm640";
	compatible = "qcom,pdc-sm6150";
	reg = <0xb220000 0x30000>;
	reg = <0xb220000 0x30000>;
	#interrupt-cells = <3>;
	#interrupt-cells = <3>;
	interrupt-parent = <&intc>;
	interrupt-parent = <&intc>;
+4 −4
Original line number Original line 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
This binding describes the Top Level Mode Multiplexer block found in the
SDM640 platform.
SM6150 platform.


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


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


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


config ARCH_SDM640
config ARCH_SM6150
	bool "Enable Support for Qualcomm Technologies, Inc. SDM640"
	bool "Enable Support for Qualcomm Technologies, Inc. SM6150"
	depends on ARCH_QCOM
	depends on ARCH_QCOM
	select COMMON_CLK_QCOM
	select COMMON_CLK_QCOM
	help
	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.
	  wish to build a kernel that runs on this chipset, say 'N' here.


config ARCH_QCS405
config ARCH_QCS405
Loading