diff options
author | Asutosh Das <asutoshd@codeaurora.org> | 2017-06-14 15:28:46 +0530 |
---|---|---|
committer | Asutosh Das <asutoshd@codeaurora.org> | 2017-06-15 14:37:25 +0530 |
commit | 9670ff4d322854d18389e7d4e50d35580934fdd7 (patch) | |
tree | 5617673b4f904598373932d1043d4590201bb56b /arch | |
parent | 86bb7105eafca7fd99f6eefd13a648e1f3f98625 (diff) |
ARM: dts: msm: Add non-removable ufs property for SDM660
Defines the non-removable property for UFS device node.
This basically lets the driver know that UFS is the boot
device.
Change-Id: I11df8441385910fdab7595a96a5deb24c7ca833e
Signed-off-by: Asutosh Das <asutoshd@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/qcom/sdm660.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm660.dtsi b/arch/arm/boot/dts/qcom/sdm660.dtsi index 2e576a51677f..d13a359bae2e 100644 --- a/arch/arm/boot/dts/qcom/sdm660.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660.dtsi @@ -2287,6 +2287,7 @@ lanes-per-direction = <1>; spm-level = <5>; + non-removable; qcom,msm-bus,name = "ufs1"; qcom,msm-bus,num-cases = <12>; qcom,msm-bus,num-paths = <2>; |