Skip to content
Snippets Groups Projects
Commit 2eaf1e79 authored by Mekala Natarajan's avatar Mekala Natarajan Committed by Iliyan Malchev
Browse files

shamu: ARM: dts: msm: Disable ufs


On Shamu ufs is not supported and the entry being present
in the dts file was causing warnings in the dmesg. Hence
disabling ufs.

Bug: 18278713

Signed-off-by: default avatarMekala Natarajan <mekalan@codeaurora.org>
parent de97ed36
No related branches found
No related tags found
No related merge requests found
...@@ -466,20 +466,6 @@ ...@@ -466,20 +466,6 @@
qcom,hw-sel = "NoC"; qcom,hw-sel = "NoC";
}; };
mas-ufs {
cell-id = <95>;
label = "mas-ufs";
qcom,masterp = <16>;
qcom,tier = <2>;
qcom,qport = <6>;
qcom,mode = "Fixed";
qcom,mas-hw-id = <68>;
qcom,prio1 = <1>;
qcom,prio0 = <1>;
qcom,hw-sel = "NoC";
qcom,iface-clk-node = "msm_bus_ufs";
};
mas-usb3 { mas-usb3 {
cell-id = <61>; cell-id = <61>;
label = "mas-usb3"; label = "mas-usb3";
......
...@@ -239,11 +239,11 @@ ...@@ -239,11 +239,11 @@
}; };
&ufsphy1 { &ufsphy1 {
status = "ok"; status = "disabled";
}; };
&ufs1 { &ufs1 {
status = "ok"; status = "disabled";
}; };
&sdhc_1 { &sdhc_1 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment