ARM: dts: msm: change ebi buswidth for msmhamster

Change the ddr width from 8 to 4 for msmhamster, due to
ddr width being halved in hardware.

Change-Id: I40f5972be54393813ad04b07c032f494888ad5e8
Signed-off-by: David Dai <daidavid1@codeaurora.org>
This commit is contained in:
David Dai 2016-08-19 16:17:01 -07:00
parent 0c8cf716fa
commit 646894a3b6

View file

@ -70,3 +70,7 @@
qcom,sensors = <7>; qcom,sensors = <7>;
qcom,slope = <2901 2846 3200 3200 3200 3200 3200>; qcom,slope = <2901 2846 3200 3200 3200 3200 3200>;
}; };
&slv_ebi {
qcom,buswidth = <4>;
};