ARM: dts: msm: correct the iova address range for Rome

The iova start address of Rome is 0x10000000 and
0x20000000, but it doesn't match with the value
in the "ranges", which are 0xa0000000 and 0xb0000000.
So correct to the right ones.

Change-Id: I1d74f500a5a3944ce250a9bef5e142d8b3ed2c41
Signed-off-by: Chaoli Zhou <zchaoli@codeaurora.org>
This commit is contained in:
Chaoli Zhou 2020-09-17 16:31:09 +08:00
parent bdd6da44c0
commit 393b0583d7

View File

@ -411,8 +411,8 @@
pinctrl-1 = <&cnss_wlan_en_sleep>;
chip_cfg@0 {
reg = <0x10000000 0x10000000>,
<0x20000000 0x10000>;
reg = <0xa0000000 0x10000000>,
<0xb0000000 0x10000>;
reg-names = "smmu_iova_base", "smmu_iova_ipa";
supported-ids = <0x003e>;