Message ID | 20230714-topic-lpass_lpi_cleanup-v1-0-dc18b5bd14f7@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | Clean up LPASS_LPI probe | expand |
On Fri, Jul 14, 2023 at 2:40 PM Konrad Dybcio <konrad.dybcio@linaro.org> wrote: > Some SoCs (like SM6115 or SC7280 with various firmwares) expect a single > clock for the LPASS pinctrl. > > This serires addresses that by simplifying the probe code and relying > on bindings to sanction the correct number of clocks. That allows us to > shoot down another downstream-ism. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Patch 1 & 2 applied to the pinctrl tree, please funnel patch 3 through the SoC tree. Yours, Linus Walleij
On Fri, 14 Jul 2023 14:40:45 +0200, Konrad Dybcio wrote: > Some SoCs (like SM6115 or SC7280 with various firmwares) expect a single > clock for the LPASS pinctrl. > > This serires addresses that by simplifying the probe code and relying > on bindings to sanction the correct number of clocks. That allows us to > shoot down another downstream-ism. > > [...] Applied, thanks! [3/3] arm64: dts: qcom: sc7280: Remove qcom,adsp-bypass-mode commit: 274926cc4ced14f4e61204c0cd23fd099daa9b16 Best regards,
Some SoCs (like SM6115 or SC7280 with various firmwares) expect a single clock for the LPASS pinctrl. This serires addresses that by simplifying the probe code and relying on bindings to sanction the correct number of clocks. That allows us to shoot down another downstream-ism. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Konrad Dybcio (3): pinctrl: qcom: lpass-lpi: Make the clocks optional, always dt-bindings: pinctrl: qcom: lpass-lpi: Remove qcom,adsp-bypass-mode arm64: dts: qcom: sc7280: Remove qcom,adsp-bypass-mode .../devicetree/bindings/pinctrl/qcom,sc7280-lpass-lpi-pinctrl.yaml | 5 ----- arch/arm64/boot/dts/qcom/sc7280.dtsi | 1 - drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 6 +----- 3 files changed, 1 insertion(+), 11 deletions(-) --- base-commit: 7c2878be573282a9961c359b806ccf70afe1a6b6 change-id: 20230714-topic-lpass_lpi_cleanup-f37ab68f9985 Best regards,