diff options
| author | Patrick Daly <pdaly@codeaurora.org> | 2016-01-06 15:21:10 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-25 16:02:24 -0700 |
| commit | 9dfa33b76beeaac05db08757ee62debaf4afc2c1 (patch) | |
| tree | ccbf13118d3fede677adc846e0f8ca6674e93d11 | |
| parent | 3bf887dc5afa8d31a55e216b22475d77f253fe21 (diff) | |
ARM: dts: msm: Fix register size for lpass-smmu for msmcolbalt
Correct the size of the register block.
CRs-Fixed: 980025
Change-Id: I6a672bf4f46f6ba453e4382c41cefd1630c0ac1e
Signed-off-by: Patrick Daly <pdaly@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm-arm-smmu-cobalt.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm-arm-smmu-cobalt.dtsi b/arch/arm/boot/dts/qcom/msm-arm-smmu-cobalt.dtsi index 11d1b5ed93aa..e75d4ddac42e 100644 --- a/arch/arm/boot/dts/qcom/msm-arm-smmu-cobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msm-arm-smmu-cobalt.dtsi @@ -75,7 +75,7 @@ lpass_q6_smmu: arm,smmu-lpass_q6@5100000 { status = "ok"; compatible = "qcom,smmu-v2"; - reg = <0x5100000 0x4000>; + reg = <0x5100000 0x40000>; #iommu-cells = <1>; qcom,tz-device-id = "LPASS"; qcom,register-save; |
