Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfa084d0 authored by Ke Huang's avatar Ke Huang
Browse files

ARM: dts: fix the smmu fault issue for ROME



the wrong reg setting for ROME and make smmu fault when do
connection, so change the correct reg setting for ROME.

Change-Id: I967375d53655ceeab7b781402bdde0ea98d6e727
Signed-off-by: default avatarKe Huang <keh@codeaurora.org>
parent 56c3a9a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -217,8 +217,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>;
			wlan_vregs = "vdd-wlan";
+2 −2
Original line number Diff line number Diff line
@@ -100,8 +100,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>;
			wlan_vregs = "vdd-wlan";