Message ID | 20250420-msm8953-interconnect-v2-0-828715dcb674@lucaweiss.eu |
---|---|
Headers | show |
Series | Add interconnect nodes and paths for MSM8953 SoC | expand |
On Sun, Apr 20, 2025 at 05:12:43PM +0200, Luca Weiss wrote: > Document two interconnect paths found on the MDSS on MSM8953. > > Acked-by: Rob Herring (Arm) <robh@kernel.org> > Signed-off-by: Luca Weiss <luca@lucaweiss.eu> > --- > There's also some interconnect paths defined in the mdp5 schema, both > drivers accept it. Newer mdss schemas seem to prefer mdp0-mem + cpu-cfg > in the mdss schema instead of in the dpu subnode. Since there's no > cpu-cfg defined with mdp5, I've added these paths here. > --- > Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
On Sun, 20 Apr 2025 17:12:42 +0200, Luca Weiss wrote: > Since the interconnect driver for msm8953 is already upstream, let's add > the nodes which are required for it to enable interconnect on MSM8953. > > Applied, thanks! [1/2] dt-bindings: msm: qcom,mdss: Document interconnect paths https://gitlab.freedesktop.org/lumag/msm/-/commit/6694d17843e8 Best regards,
On Sun, 20 Apr 2025 17:12:42 +0200, Luca Weiss wrote: > Since the interconnect driver for msm8953 is already upstream, let's add > the nodes which are required for it to enable interconnect on MSM8953. > > Applied, thanks! [2/2] arm64: dts: qcom: msm8953: Add interconnects commit: 6aeda4f2042711f99d63c5b7bf846c2bba711696 Best regards,
Since the interconnect driver for msm8953 is already upstream, let's add the nodes which are required for it to enable interconnect on MSM8953. Signed-off-by: Luca Weiss <luca@lucaweiss.eu> --- Changes in v2: - RPM_ACTIVE_TAG -> RPM_ALWAYS_TAG for mdss, gpu, usb3, sdhc_1, sdhc_2 (Konrad) - Reformat interconnect-names for usb3 - Add interconnect-names for sdhc_1 & sdhc_2 - Pick up tags - Link to v1: https://lore.kernel.org/r/20250406-msm8953-interconnect-v1-0-a23e22e236e0@lucaweiss.eu --- Luca Weiss (1): dt-bindings: msm: qcom,mdss: Document interconnect paths Vladimir Lypak (1): arm64: dts: qcom: msm8953: Add interconnects .../devicetree/bindings/display/msm/qcom,mdss.yaml | 12 +++ arch/arm64/boot/dts/qcom/msm8953.dtsi | 101 +++++++++++++++++++++ 2 files changed, 113 insertions(+) --- base-commit: 26afa38c4ec694e22596b653849e25a54da68eb3 change-id: 20250406-msm8953-interconnect-ef0109e8febb Best regards,