lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <575d7d75-7fe7-77cb-c39c-4385a14c1f61@linaro.org> Date: Fri, 27 Jan 2023 17:29:59 +0100 From: Neil Armstrong <neil.armstrong@...aro.org> To: Konrad Dybcio <konrad.dybcio@...aro.org>, linux-arm-msm@...r.kernel.org, andersson@...nel.org, agross@...nel.org, krzysztof.kozlowski@...aro.org Cc: marijn.suijten@...ainline.org, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, Dmitry Baryshkov <dmitry.baryshkov@...aro.org>, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] arm64: dts: qcom: sm8450: Fix DSIn PHY compatible On 23/01/2023 21:05, Konrad Dybcio wrote: > Use the correct compatible so that the driver can probe properly. > > Fixes: a6dd1206e45a ("arm64: dts: qcom: sm8450: add display hardware devices") > Signed-off-by: Konrad Dybcio <konrad.dybcio@...aro.org> > --- > arch/arm64/boot/dts/qcom/sm8450.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi > index d66dcd8fe61f..8d85a3139849 100644 > --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi > @@ -2873,7 +2873,7 @@ opp-358000000 { > }; > > mdss_dsi0_phy: phy@...4400 { > - compatible = "qcom,dsi-phy-5nm-8450"; > + compatible = "qcom,sm8450-dsi-phy-5nm"; > reg = <0 0x0ae94400 0 0x200>, > <0 0x0ae94600 0 0x280>, > <0 0x0ae94900 0 0x260>; > @@ -2946,7 +2946,7 @@ mdss_dsi1_out: endpoint { > }; > > mdss_dsi1_phy: phy@...6400 { > - compatible = "qcom,dsi-phy-5nm-8450"; > + compatible = "qcom,sm8450-dsi-phy-5nm"; > reg = <0 0x0ae96400 0 0x200>, > <0 0x0ae96600 0 0x280>, > <0 0x0ae96900 0 0x260>; Tested-by: Neil Armstrong <neil.armstrong@...aro.org> # on HDK8450
Powered by blists - more mailing lists