ARM: dts: msm: correct dcc sram size on sun
correct dcc sram size to 0x8000 on sun. Change-Id: I1c4458390101d9d9026977ca71e95fad74667f05 Signed-off-by: Yuanfang Zhang <quic_yuanfang@quicinc.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
dcc: dcc@100ff000 {
|
dcc: dcc@100ff000 {
|
||||||
compatible = "qcom,dcc-v2";
|
compatible = "qcom,dcc-v2";
|
||||||
reg = <0x100ff000 0x1000>,
|
reg = <0x100ff000 0x1000>,
|
||||||
<0x10080000 0x18000>;
|
<0x10080000 0x8000>;
|
||||||
reg-names = "dcc-base", "dcc-ram-base";
|
reg-names = "dcc-base", "dcc-ram-base";
|
||||||
|
|
||||||
qcom,transaction_timeout = <0>;
|
qcom,transaction_timeout = <0>;
|
||||||
|
Reference in New Issue
Block a user