Re: [PATCH 06/10] drm/msm/mdss: add SAR2130P device configuration

2025-03-08 Thread kernel test robot
Hi Dmitry, kernel test robot noticed the following build errors: [auto build test ERROR on 0a2f889128969dab41861b6e40111aa03dc57014] url: https://github.com/intel-lab-lkp/linux/commits/Dmitry-Baryshkov/dt-bindings-display-msm-dp-controller-describe-SAR2130P/20250308-094544 base

Re: [PATCH 06/10] drm/msm/mdss: add SAR2130P device configuration

2025-03-08 Thread kernel test robot
Hi Dmitry, kernel test robot noticed the following build errors: [auto build test ERROR on 0a2f889128969dab41861b6e40111aa03dc57014] url: https://github.com/intel-lab-lkp/linux/commits/Dmitry-Baryshkov/dt-bindings-display-msm-dp-controller-describe-SAR2130P/20250308-094544 base

[PATCH 07/11] arm64: dts: qcom: qcs615: Rename AOSS_QMP to power-management

2025-03-08 Thread Konrad Dybcio
From: Konrad Dybcio The node is currently named power-controller, which requires the device underneath is a power domain provider. Rename it to align with other SoCs and resolve this sort of warnings: power-controller@c30: '#power-domain-cells' is a required property Fixes: 0775021783b5 ("a

Re: [PATCH v3 4/7] drm/msm/mdp4: use parent_data for LVDS PLL

2025-03-08 Thread Konrad Dybcio
On 27.02.2025 3:25 AM, Dmitry Baryshkov wrote: > Instead of using .parent_names, use .parent_data, which binds parent > clocks by using relative names specified in DT in addition to using global > system clock names. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Konrad Dybcio Konrad

[PATCH 06/11] arm64: dts: qcom: sdx75: Rename AOSS_QMP to power-management

2025-03-08 Thread Konrad Dybcio
From: Konrad Dybcio The node is currently named power-controller, which requires the device underneath is a power domain provider. Rename it to align with other SoCs and resolve this sort of warnings: power-controller@c31: '#power-domain-cells' is a required property Fixes: 91f767eb6938 ("a

Re: [PATCH 07/10] drm/msm/dsi/phy: add configuration for SAR2130P

2025-03-08 Thread Dmitry Baryshkov
On Sat, Mar 08, 2025 at 03:17:23PM +0100, Konrad Dybcio wrote: > On 8.03.2025 2:42 AM, Dmitry Baryshkov wrote: > > From: Dmitry Baryshkov > > > > Qualcomm SAR2130P requires slightly different setup for the DSI PHY. It > > is a 5nm PHY (like SM8450), so supplies are the same, but the rest of > > t

Re: [PATCH 07/10] drm/msm/dsi/phy: add configuration for SAR2130P

2025-03-08 Thread Konrad Dybcio
On 8.03.2025 2:42 AM, Dmitry Baryshkov wrote: > From: Dmitry Baryshkov > > Qualcomm SAR2130P requires slightly different setup for the DSI PHY. It > is a 5nm PHY (like SM8450), so supplies are the same, but the rest of > the configuration is the same as SM8550 DSI PHY. > > Signed-off-by: Dmitry

[PATCH 10/11] arm64: dts: qcom: x1e80100-romulus: Drop clock-names from PS8830

2025-03-08 Thread Konrad Dybcio
From: Konrad Dybcio The preemptively-merged node contains a property absent from the final bindings. Remove it. Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/x1e80100-micro

[PATCH 01/11] dt-bindings: iommu: qcom,iommu: Add optional TBU clock

2025-03-08 Thread Konrad Dybcio
From: Konrad Dybcio Some MMU instances feature a Translation Buffer Unit (TBU), which comes with its own clock. Allow describing it. Signed-off-by: Konrad Dybcio --- Documentation/devicetree/bindings/iommu/qcom,iommu.yaml | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/de