Messages in this thread |  | | From | Konrad Dybcio <> | Subject | [PATCH 0/5] MSM8998 DTS updates | Date | Sat, 9 Jan 2021 17:29:54 +0100 |
| |
This patch series brings some minor, but important fixes to the MSM8998 DTSI, including renaming I2C hosts to match the correct scheme, adding DMA to them, merging the -pins.dtsi into the main one and adding capacity-dmips-mhz to CPU cores. Some components were also disabled by default (with no functional difference for already existing boards, they were re-enabled over there) to account for less liberal firmware configurations present on some, if not most mobile phones.
Konrad Dybcio (5): arm64: dts: qcom: msm8998: Merge in msm8998-pins.dtsi to msm8998.dtsi arm64: dts: qcom: msm8998: Add DMA to I2C hosts arm64: dts: qcom: msm8998: Add I2C pinctrl and fix BLSP2_I2C naming arm64: dts: qcom: msm8998: Add capacity-dmips-mhz to CPU cores arm64: dts: qcom: msm8998: Disable some components by default
.../boot/dts/qcom/msm8998-clamshell.dtsi | 16 + arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 10 + arch/arm64/boot/dts/qcom/msm8998-pins.dtsi | 108 ----- arch/arm64/boot/dts/qcom/msm8998.dtsi | 373 +++++++++++++++++- 4 files changed, 390 insertions(+), 117 deletions(-) delete mode 100644 arch/arm64/boot/dts/qcom/msm8998-pins.dtsi
-- 2.29.2
|  |