mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user