From 5ad0fe6f4b10805000f5fd1aaf04e142cd66f497 Mon Sep 17 00:00:00 2001 From: Ziqi Chen Date: Thu, 8 Sep 2022 14:52:59 +0800 Subject: [PATCH] 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 --- bindings/ufs/ufs-qcom.txt | 5 +++++ qcom/kalama.dtsi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bindings/ufs/ufs-qcom.txt b/bindings/ufs/ufs-qcom.txt index 54090907..f186a428 100644 --- a/bindings/ufs/ufs-qcom.txt +++ b/bindings/ufs/ufs-qcom.txt @@ -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>; }; diff --git a/qcom/kalama.dtsi b/qcom/kalama.dtsi index 5c4a7ddd..74f3c04e 100644 --- a/qcom/kalama.dtsi +++ b/qcom/kalama.dtsi @@ -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 =