[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAD=FV=WsWyTWk8W23PEgw7vXWpLDCih1kGZHkqYCNHLFOPrkGw@mail.gmail.com>
Date: Tue, 25 Jul 2023 08:06:25 -0700
From: Doug Anderson <dianders@...omium.org>
To: Konrad Dybcio <konrad.dybcio@...aro.org>
Cc: cros-qcom-dts-watchers@...omium.org,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Dmitry Baryshkov <dmitry.baryshkov@...aro.org>,
Benjamin Li <benl@...areup.com>,
James Willcox <jwillcox@...areup.com>,
Joseph Gates <jgates@...areup.com>,
Stephan Gerhold <stephan@...hold.net>,
Zac Crosby <zac@...areup.com>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Banajit Goswami <bgoswami@...cinc.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>, Lee Jones <lee@...nel.org>,
Stephen Boyd <sboyd@...nel.org>,
Joerg Roedel <joro@...tes.org>, Will Deacon <will@...nel.org>,
Robin Murphy <robin.murphy@....com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Xu Yang <xu.yang_2@....com>, Peng Fan <peng.fan@....com>,
Christian Marangi <ansuelsmth@...il.com>,
Wesley Cheng <quic_wcheng@...cinc.com>,
Jun Nie <jun.nie@...aro.org>, Max Chen <mchen@...areup.com>,
Shawn Guo <shawn.guo@...aro.org>,
Vivek Gautam <vivek.gautam@...eaurora.org>,
Marijn Suijten <marijn.suijten@...ainline.org>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Vincent Knecht <vincent.knecht@...loo.org>,
"Bryan O'Donoghue" <bryan.odonoghue@...aro.org>,
Konrad Dybcio <konradybcio@...nel.org>,
alsa-devel@...a-project.org, iommu@...ts.linux.dev,
linux-usb@...r.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Leo Yan <leo.yan@...aro.org>, Rob Herring <robh@...nel.org>,
Andy Gross <andy.gross@...aro.org>
Subject: Re: [PATCH 01/11] arm64: dts: qcom: sc7180: Fix DSI0_PHY reg-names
Hi,
On Tue, Jun 27, 2023 at 9:24 AM Konrad Dybcio <konrad.dybcio@...aro.org> wrote:
>
> Commit 2b616f86d51b ("arm64: dts: qcom: sc7180: rename labels for DSI
> nodes") broke reg-names, possibly with search-and-replace. Fix it.
>
> Fixes: 2b616f86d51b ("arm64: dts: qcom: sc7180: rename labels for DSI nodes")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@...aro.org>
> ---
> arch/arm64/boot/dts/qcom/sc7180.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
> index 34eff97f8630..b9640574e73b 100644
> --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
> @@ -3120,8 +3120,8 @@ mdss_dsi0_phy: phy@...4400 {
> reg = <0 0x0ae94400 0 0x200>,
> <0 0x0ae94600 0 0x280>,
> <0 0x0ae94a00 0 0x1e0>;
> - reg-names = "dsi0_phy",
> - "dsi0_phy_lane",
> + reg-names = "dsi_phy",
> + "dsi_phy_lane",
I noticed that this patch got applied [1], but I think it got put into
a branch targeting 6.6 instead of 6.5. Specifically I see it in
"arm64-for-6.6" but not "arm64-fixes-for-6.5". Any chance it could be
landed in a "Fixes" tree and get sent out sooner rather than later?
v6.5 will be pretty broken without it and it would be nice to see it
in Linus's tree sooner rather than later.
[1] https://lore.kernel.org/r/168896565982.1376307.13166434967387866925.b4-ty@kernel.org
Thanks!
-Doug
Powered by blists - more mailing lists