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

Commit c2bb0648 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

msm: sdm855: Replace sdm855 with sm8150



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

Change-Id: I109192e9dbd9e0df65af86aa3cd3c390df104cc8
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent f0a4ec7d
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@ SoCs:
- MSM8996
  compatible = "qcom,msm8996"

- SDM855
  compatible = "qcom,sdm855"
- SM8150
  compatible = "qcom,sm8150"

- SDMSHRIKE
  compatible = "qcom,sdmshrike"
@@ -128,10 +128,10 @@ compatible = "qcom,msm8996-fluid"
compatible = "qcom,msm8996-liquid"
compatible = "qcom,msm8996-mtp"
compatible = "qcom,msm8996-adp"
compatible = "qcom,sdm855-rumi"
compatible = "qcom,sdm855-mtp"
compatible = "qcom,sdm855-cdp"
compatible = "qcom,sdm855-qrd"
compatible = "qcom,sm8150-rumi"
compatible = "qcom,sm8150-mtp"
compatible = "qcom,sm8150-cdp"
compatible = "qcom,sm8150-qrd"
compatible = "qcom,sdmshrike-rumi"
compatible = "qcom,sdmshrike-mtp"
compatible = "qcom,sdmshrike-cdp"
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ Optional Properties:
compatible devices:
		qcom,sdm845-llcc,
		qcom,sdm670-llcc,
		qcom,sdm855-llcc,
		qcom,sm8150-llcc,
		qcom,sdmshrike-llcc


+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ the control registers.
	Usage: required
	Value type: <string>
	Definition: must be one of:
		    "qcom,sdm855-qsee-irq"
		    "qcom,sm8150-qsee-irq"

- syscon:
	usage: required
@@ -46,7 +46,7 @@ the control registers.

= EXAMPLE
The following example shows the QSEE_IRQ setup with the GLINK SPSS node, defined
from the sdm855 apps processor's point-of-view. In this example the GLINK node
from the sm8150 apps processor's point-of-view. In this example the GLINK node
registers for the sp_ipc0 interrupt(index 0 in interrupt-names) and the 0th
bit on the sp_ipc0 interrupt bank.

@@ -56,7 +56,7 @@ sp_scsr_block: syscon@1880000 {
};

intsp: qcom,qsee_irq {
	compatible = "qcom,sdm855-qsee-irq";
	compatible = "qcom,sm8150-qsee-irq";

	syscon = <&sp_scsr_block>;
	interrupts = <0 348 IRQ_TYPE_LEVEL_HIGH>,
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ Qualcomm Technologies, Inc. Camera Clock & Reset Controller Binding
-------------------------------------------------------------------

Required properties :
- compatible : must contain "qcom,camcc-sdm855" or "qcom,camcc-sdmshrike".
- compatible : must contain "qcom,camcc-sm8150" or "qcom,camcc-sdmshrike".
- reg : shall contain base register location and length.
- reg-names: names of registers listed in the same order as in
	     the reg property.
@@ -13,7 +13,7 @@ Required properties :

Example:
	clock_camcc: qcom,camcc {
		compatible = "qcom,camcc-sdm855";
		compatible = "qcom,camcc-sm8150";
		reg = <0xad00000 0x10000>;
		reg-names = "cc_base";
		vdd_mx-supply = <&pm855l_s4_level>;
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ Qualcomm Technologies, Inc. Debug Clock Controller Binding
----------------------------------------------------------

Required properties :
- compatible: Shall contain "qcom,debugcc-sdm855".
- compatible: Shall contain "qcom,debugcc-sm8150".
- qcom,gcc: phandle to the GCC device node.
- qcom,videocc: phandle to the Video CC device node.
- qcom,camcc: phandle to the Camera CC device node.
@@ -14,7 +14,7 @@ Required properties :

Example:
	clock_debug: qcom,cc-debug {
		compatible = "qcom,debugcc-sdm855";
		compatible = "qcom,debugcc-sm8150";
		qcom,gcc = <&clock_gcc>;
		qcom,videocc = <&clock_videocc>;
		qcom,camcc = <&clock_camcc>;
Loading