mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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:
parent
bdd6da44c0
commit
393b0583d7
@ -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>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user