Reverting the command line options as some modules require addresses
below 4GB.
This reverts commit 6b4c24c3ff.
Change-Id: I3bc04ab6323c0e5b1c9968ea3cd5a9d8cd5e3abf
interrupt-map property is not getting parsed in the driver.
Move to interrupts property with interrupt parent set to
interrupt controller for PCIe0 and PCIe1 RC.
Change-Id: I2463bdbd5c2ff6788e95f164d3f4f2c9c379dc3c
Add core_reset for SDC2 on Kalama such that SDHCI can really perform a HW
reset when mmc core layer is asking so.
Change-Id: I14c3c0f446dc289c8e3a7bfa23fff4571d61e073
PM8550 lpg device for channel 2 has a typo that reads "qcom,lpg-can-id"
rather than "qcom,lpg-chan-id". Fix this.
Change-Id: I11b12b382873a890361009b047010e36d5945611
On some platform USB3_DP_PCS_AON_CLAMP_ENABLE register enables autonomous
mode functionality instead of USB3_DP_PCS_CLAMP_ENABLE register. Hence
update used CLAMP enable register offset to use autonomous mode.
Change-Id: I75bb24277ec6a8e84f735c0deae49da0542bd2bc
Since we are getting the max supported HS Gear from UFSHCI vendor specific
register, but not from hard code, once UFS4.0 device is put on the board,
HW will be running at HS-G5 on its own. Hence, limit it to HS-G4 before we
are really ready for HS-G5.
Change-Id: I58c7621696b29355a44a23e664ab3e775f8b2810
Increase the maximum allowed voltage for PMIC PM_V6G SMPS 4 (S4G)
to 1352 mV. Also change the default voltage to 1304 mV.
Change-Id: I6b54e73ee13df3c563a81d96d5bd4326072e6fe7
Increase gcc_ufs_phy_gdsc polling timeout as it failed to enable
reporting timeout, but actually gdsc got enabled in next reads.
Hence increase gdsc polling timeout.
Change-Id: I224320dca777df114b05baf037977a067c81df3f
USB QMP DP PHY driver needs end of marker value to stop going through
<offset, val> pair value. Due to missing end marker, driver is
using stale value as offset causing memory data abort. Fix this issue
by adding end of marker with USB QMP PHY programming sequence on
Kalama.
Change-Id: I870d09415f6164b744e4c2f622ac1bdd2060f4a2
eUSB2 repeater is not reset using GPIO. repeater driver brings
eUSB2 repeater out of reset using repeater register set. Hence
remove usage of reset gpio here as driver has removed that
functionality.
Change-Id: I84cd0cefa79dbf74d5eca06014bce1337cbc2029
PMIC based eUSB2 repeater is not reset using GPIO. Also this GPIO
interrupt is not needed to trigger VIOCTL handling on resetting
repeater. Hence remove usage of reset gpio and interrupt properties
with eUSB2 repeater device node on Kalama.
Change-Id: Ibaabd32d322a12c0a1224f2828a187704046e882