Message ID | 20230627-topic-more_bindings-v1-0-6b4b6cd081e5@linaro.org |
---|---|
Headers | show |
Series | Even more msm bindings fixes | expand |
On 6/27/23 9:24 AM, Konrad Dybcio wrote: > As of today, the only cool and legal way to get ARM64 SMP going is > via PSCI (or spin tables). Sadly, not all chip and device vendors were > considerate of this in the early days of arm64. Qualcomm, for example > reused their tried-and-true spin-up method from MSM8974 and their Krait/ > arm32 Cortex designs. > > MSM8916 supports SMP with its arm32 dt overlay, as probably could 8939. > But the arm64 DT should not define non-PSCI SMP or CPUidle stuff. > > Drop the qcom,idle-state-spc compatible (associated with Qualcomm-specific > CPUIdle) to make the dt checker happy: > > apq8039-t2.dtb: idle-states: cpu-sleep-0:compatible: > ['qcom,idle-state-spc', 'arm,idle-state'] is too long > > Fixes: 61550c6c156c ("arm64: dts: qcom: Add msm8939 SoC") > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Benjamin Li <benl@squareup.com>
On Tue, 27 Jun 2023 18:24:16 +0200, Konrad Dybcio wrote: > This series contains couple more random dt schema warning fixes, centered > around linux-msm. > > All of the patches (except) the last two are pretty much independent. > Patch 1 is not only a bindings fix, but also a functional one. > > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [05/11] dt-bindings: sound: Convert pm8916-wcd-analog-codec to YAML commit: e125891c2ed6f6d3f59375caf04d76802c86efae All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
On Tue, 27 Jun 2023 18:24:16 +0200, Konrad Dybcio wrote: > This series contains couple more random dt schema warning fixes, centered > around linux-msm. > > All of the patches (except) the last two are pretty much independent. > Patch 1 is not only a bindings fix, but also a functional one. > > > [...] Applied, thanks! [09/11] dt-bindings: arm: msm: kpss-acc: Make the optional reg truly optional commit: 981be238e1d28e156aa9da2a8722f86f02fd0453 Best regards,
This series contains couple more random dt schema warning fixes, centered around linux-msm. All of the patches (except) the last two are pretty much independent. Patch 1 is not only a bindings fix, but also a functional one. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Konrad Dybcio (11): arm64: dts: qcom: sc7180: Fix DSI0_PHY reg-names arm64: dts: qcom: msm8939: Drop "qcom,idle-state-spc" compatible arm64: dts: qcom: msm8939: Add missing 'cache-unified' to L2 arm64: dts: qcom: apq8039-t2: Drop inexistent property dt-bindings: sound: Convert pm8916-wcd-analog-codec to YAML dt-bindings: mfd: qcom,spmi-pmic: Reference pm8916 wcd analog codec schema dt-bindings: iommu: qcom_iommu: Allow 'tbu' clock dt-bindings: usb: ci-hdrc-usb2: Fix handling pinctrl properties dt-bindings: arm: msm: kpss-acc: Make the optional reg truly optional dt-bindings: usb: dwc3: Allow just 1 interrupt for MSM8996 arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 controller .../devicetree/bindings/arm/msm/qcom,kpss-acc.yaml | 1 + .../devicetree/bindings/iommu/qcom,iommu.yaml | 4 + .../devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 2 +- .../bindings/sound/qcom,msm8916-wcd-analog.txt | 101 ------------- .../sound/qcom,pm8916-wcd-analog-codec.yaml | 160 +++++++++++++++++++++ .../devicetree/bindings/usb/ci-hdrc-usb2.yaml | 27 +--- .../devicetree/bindings/usb/qcom,dwc3.yaml | 2 +- arch/arm64/boot/dts/qcom/apq8039-t2.dts | 1 - arch/arm64/boot/dts/qcom/msm8939.dtsi | 4 +- arch/arm64/boot/dts/qcom/msm8996.dtsi | 3 + arch/arm64/boot/dts/qcom/sc7180.dtsi | 4 +- 11 files changed, 182 insertions(+), 127 deletions(-) --- base-commit: 3eedd211ad93c322fb360b83a3d76a2c6cd622dc change-id: 20230627-topic-more_bindings-325a6f4b93a7 Best regards,