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

Commit e60272ab authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "PCI: qcom: Disable write access to read only registers for IP v2.3.3"



This reverts commit 35c95eda which is
commit a33d700e8eea76c62120cb3dbf5e01328f18319a upstream.

It was applied to the incorrect function as the original function the
commit changed is not in this kernel branch.

Reported-by: default avatarBen Hutchings <ben@decadent.org.uk>
Link: https://lore.kernel.org/r/f23affddab4d8b3cc07508f2d8735d88d823821d.camel@decadent.org.uk


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6e37de4a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -807,8 +807,6 @@ static int qcom_pcie_get_resources_2_4_0(struct qcom_pcie *pcie)
			return PTR_ERR(res->phy_ahb_reset);
	}

	dw_pcie_dbi_ro_wr_dis(pci);

	return 0;
}