ARM: dts: msm: Change properties name for prime-mask and silver-mask

Normalized below 2 DT properties' name:

*prime-mask -> qcom,prime-mask
*silver-mask -> qcom,silver-mask.

Change-Id: I4af798ef69a60dd067dd7ee66875d8df2f9c98c3
This commit is contained in:
Ziqi Chen
2022-09-08 14:52:59 +08:00
parent 2eca5aca2a
commit 5ad0fe6f4b
2 changed files with 7 additions and 2 deletions

View File

@@ -43,6 +43,8 @@ Optional properties:
- vddp-ref-clk-supply : phandle to UFS device ref_clk pad power supply
- vddp-ref-clk-max-microamp : specifies max. load that can be drawn from this supply
- resets : specifies the PHY reset in the UFS controller
- qcom,prime-mask : the cpu mask of prime core.
- qcom,silver-mask: the cpu mask of silver core.
Example:
@@ -73,4 +75,7 @@ Example:
...
phys = <&ufsphy1>;
phy-names = "ufsphy";
...
qcom,prime-mask = <0x80>;
qcom,silver-mask = <0x0f>;
};

View File

@@ -2214,8 +2214,8 @@
phy-names = "ufsphy";
#reset-cells = <1>;
prime-mask = <0x80>;
silver-mask = <0x0f>;
qcom,prime-mask = <0x80>;
qcom,silver-mask = <0x0f>;
lanes-per-direction = <2>;
dev-ref-clk-freq = <0>; /* 19.2 MHz */
clock-names =