Re: [PATCH v2 1/4] dt-bindings: display/msm: hdmi: add qcom,hdmi-phy-8998

2024-06-05 Thread Rob Herring (Arm)
On Tue, 04 Jun 2024 15:46:03 +0200, Marc Gonzalez wrote: > HDMI PHY block embedded in the APQ8098. > > Signed-off-by: Marc Gonzalez > --- > Documentation/devicetree/bindings/phy/qcom,hdmi-phy-qmp.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)

Re: [PATCH v3 2/4] dt-bindings: display/msm: hdmi: add qcom,hdmi-tx-8998

2024-06-06 Thread Rob Herring (Arm)
> Reviewed-by: Rob Herring (Arm)

Re: [PATCH 3/4] dt-bindings: display/msm: Add SM7150 DPU

2024-06-11 Thread Rob Herring (Arm)
On Wed, 12 Jun 2024 01:37:42 +0300, Danila Tikhonov wrote: > Document the DPU hardware found on the Qualcomm SM7150 platform. > > Signed-off-by: Danila Tikhonov > --- > .../bindings/display/msm/qcom,sm7150-dpu.yaml | 145 ++ > 1 file changed, 145 insertions(+) > create mode 10

Re: [PATCH 1/4] dt-bindings: display/msm: Add SM7150 MDSS

2024-06-11 Thread Rob Herring (Arm)
On Wed, 12 Jun 2024 01:37:40 +0300, Danila Tikhonov wrote: > Document the MDSS hardware found on the Qualcomm SM7150 platform. > > Signed-off-by: Danila Tikhonov > --- > .../display/msm/qcom,sm7150-mdss.yaml | 460 ++ > 1 file changed, 460 insertions(+) > create mode 1

Re: [PATCH 3/3] dt-bindings: Batch-update Konrad Dybcio's email

2024-07-29 Thread Rob Herring (Arm)
On Fri, 26 Jul 2024 13:18:25 +0200, Konrad Dybcio wrote: > Use my @kernel.org address everywhere. > > Signed-off-by: Konrad Dybcio > --- > Documentation/devicetree/bindings/clock/qcom,dispcc-sm6350.yaml | 2 > +- > Documentation/devicetree/bindings/clock/qcom,gcc-msm8994.yaml

Re: [PATCH 0/4] drm/msm/adreno: Add A615 GPU for SDM670 and Pixel 3a

2024-07-31 Thread Rob Herring (Arm)
On Mon, 29 Jul 2024 21:38:45 -0400, Richard Acayan wrote: > This adds support for the speed-binned A615 GPU on SDM670. > > Richard Acayan (4): > dt-bindings: display/msm/gmu: Add SDM670 compatible > drm/msm/adreno: add a615 support > arm64: dts: qcom: sdm670: add gpu > arm64: dts: qcom:

Re: [PATCH v2 0/4] drm/msm/adreno: Add A615 GPU for SDM670 and Pixel 3a

2024-08-07 Thread Rob Herring (Arm)
On Tue, 06 Aug 2024 17:44:54 -0400, Richard Acayan wrote: > This adds support for the speed-binned A615 GPU on SDM670. > > Changes since v1 (20240730013844.41951-6-mailingrad...@gmail.com): > - add Acked-by tag (1/4) > - add OPPs exclusive to some speed bins (3/4) > - enable GMU by default (3/4)

Re: [PATCH 1/5] dt-bindings: display/msm: Document MDSS on SA8775P

2024-09-12 Thread Rob Herring (Arm)
On Thu, 12 Sep 2024 12:44:33 +0530, Mahadevan wrote: > Document the MDSS hardware found on the Qualcomm SA8775P platform. > > Signed-off-by: Mahadevan > --- > .../display/msm/qcom,sa8775p-mdss.yaml| 225 ++ > 1 file changed, 225 insertions(+) > create mode 100644 > Do

Re: [PATCH 2/5] dt-bindings: display/msm: Document the DPU for SA8775P

2024-09-12 Thread Rob Herring (Arm)
On Thu, 12 Sep 2024 12:44:34 +0530, Mahadevan wrote: > Document the DPU for Qualcomm SA8775P platform. > > Signed-off-by: Mahadevan > --- > .../display/msm/qcom,sa8775p-dpu.yaml | 120 ++ > 1 file changed, 120 insertions(+) > create mode 100644 > Documentation/devicet

Re: [PATCH v4 2/5] dt-bindings: display/msm: Document the DPU for SA8775P

2024-10-09 Thread Rob Herring (Arm)
On Wed, 09 Oct 2024 20:02:02 +0530, Mahadevan wrote: > Document the DPU for Qualcomm SA8775P platform. > > Signed-off-by: Mahadevan > --- > Documentation/devicetree/bindings/display/msm/qcom,sm8650-dpu.yaml | 1 + > 1 file changed, 1 insertion(+) > My bot found errors running 'make dt_bindin

Re: [PATCH 3/5] dt-bindings: display/msm: merge SM8350 DPU into SC7280

2024-10-03 Thread Rob Herring (Arm)
rtion(+), 120 deletions(-) > Acked-by: Rob Herring (Arm)

Re: [PATCH 4/5] dt-bindings: display/msm: merge SM8450 DPU into SC7280

2024-10-03 Thread Rob Herring (Arm)
nged, 2 insertions(+), 139 deletions(-) > Acked-by: Rob Herring (Arm)

Re: [PATCH 1/5] dt-bindings: display/msm: merge SC8280XP DPU into SC7280

2024-10-03 Thread Rob Herring (Arm)
nged, 4 insertions(+), 123 deletions(-) > Acked-by: Rob Herring (Arm)

Re: [PATCH 5/5] dt-bindings: display/msm: merge SM8550 DPU into SC7280

2024-10-03 Thread Rob Herring (Arm)
nged, 2 insertions(+), 133 deletions(-) > Acked-by: Rob Herring (Arm)

[PATCH] drm: Use of_property_present() for non-boolean properties

2024-11-04 Thread Rob Herring (Arm)
The use of of_property_read_bool() for non-boolean properties is deprecated in favor of of_property_present() when testing for property presence. Signed-off-by: Rob Herring (Arm) --- drivers/gpu/drm/bridge/ite-it66121.c | 2 +- drivers/gpu/drm/bridge/sii902x.c | 2 +- drivers/gpu/drm

Re: [PATCH v2] dt-bindings: display/msm: qcom,sa8775p-mdss: fix the example

2024-11-12 Thread Rob Herring (Arm)
-fux-warning-v1-1-705b527f5...@linaro.org > --- > Documentation/devicetree/bindings/display/msm/qcom,sa8775p-mdss.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Rob Herring (Arm)

Re: [PATCH v2 3/9] dt-bindings: display/msm: Add QCS615 MDSS & DPU

2024-11-13 Thread Rob Herring (Arm)
On Wed, 13 Nov 2024 19:51:45 +0800, Fange Zhang wrote: > From: Li Liu > > Document the MDSS and DPU hardware found on the Qualcomm QCS615 platform. > > Signed-off-by: Li Liu > Signed-off-by: Fange Zhang > --- > .../bindings/display/msm/qcom,qcs615-dpu.yaml | 118 ++ > .../bindi

Re: [PATCH 2/3] dt-bindings: display/msm/gmu: Add Adreno 663 GMU

2024-09-18 Thread Rob Herring (Arm)
display/msm/gmu.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)

Re: [PATCH v2 1/5] dt-bindings: display/msm: Document MDSS on SA8775P

2024-09-26 Thread Rob Herring (Arm)
On Thu, 26 Sep 2024 16:31:33 +0530, Mahadevan wrote: > Document the MDSS hardware found on the Qualcomm SA8775P platform. > > Signed-off-by: Mahadevan > --- > > [v2] > - Use fake DISPCC nodes to avoid clock dependencies in dt-bindings. [Dmitry] > - Update bindings by fixing dt_binding_check to

Re: [PATCH v2 2/5] dt-bindings: display/msm: Document the DPU for SA8775P

2024-09-26 Thread Rob Herring (Arm)
On Thu, 26 Sep 2024 16:31:34 +0530, Mahadevan wrote: > Document the DPU for Qualcomm SA8775P platform. > > Signed-off-by: Mahadevan > --- > > [v2] > - Use fake DISPCC nodes to avoid clock dependencies in dt-bindings. [Dmitry] > - Update bindings by fixing dt_binding_check tool errors (update i

Re: [PATCH 1/5] dt-bindings: display/msm: Document MDSS on QCS8300

2024-11-27 Thread Rob Herring (Arm)
On Wed, 27 Nov 2024 15:05:01 +0800, Yongxing Mou wrote: > Document the MDSS hardware found on the Qualcomm QCS8300 platform. > > Signed-off-by: Yongxing Mou > --- > .../bindings/display/msm/qcom,qcs8300-mdss.yaml| 239 > + > 1 file changed, 239 insertions(+) > My bot

Re: [PATCH] dt-bindings: display: msm: sm8350-mdss: document the third interconnect path

2024-12-04 Thread Rob Herring (Arm)
On Wed, 04 Dec 2024 11:36:37 +0100, Neil Armstrong wrote: > Document the missing third "cpu-cfg" interconnect path for the MDSS hardware > found on the Qualcomm SM8350 platform. > > This fixes: > display-subsystem@ae0: interconnects: [[121, 7, 0, 77, 1, 0], [121, 8, 0, > 77, 1, 0], [78, 2,

Re: [PATCH v3 4/6] dt-bindings: opp: Add v2-qcom-adreno vendor bindings

2024-12-30 Thread Rob Herring (Arm)
On Tue, 31 Dec 2024 02:41:05 +0530, Akhil P Oommen wrote: > Add a new schema which extends opp-v2 to support a new vendor specific > property required for Adreno GPUs found in Qualcomm's SoCs. The new > property called "qcom,opp-acd-level" carries a u32 value recommended > for each opp needs to b

Re: [PATCH 1/4] dt-bindings: display: panel: Add Visionox RM692E5

2025-02-03 Thread Rob Herring (Arm)
> 1 file changed, 77 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/display/panel/visionox,rm692e5.yaml > Reviewed-by: Rob Herring (Arm)

Re: [PATCH 1/2] dt-bindings: display: qcom,sm8550-mdss: only document the mdp0-mem interconnect path

2025-02-07 Thread Rob Herring (Arm)
On Fri, 07 Feb 2025 11:50:37 +0100, Neil Armstrong wrote: > The mdp1-mem is not supported on the SM8550 SoCs, so only support a single > mdp0-mem interconnect entry. > > Signed-off-by: Neil Armstrong > --- > Documentation/devicetree/bindings/display/msm/qcom,sm8550-mdss.yaml | 4 ++-- > 1 file

Re: [PATCH v4 5/7] dt-bindings: opp: Add v2-qcom-adreno vendor bindings

2025-01-08 Thread Rob Herring (Arm)
On Thu, 09 Jan 2025 02:10:01 +0530, Akhil P Oommen wrote: > Add a new schema which extends opp-v2 to support a new vendor specific > property required for Adreno GPUs found in Qualcomm's SoCs. The new > property called "qcom,opp-acd-level" carries a u32 value recommended > for each opp needs to b

Re: [PATCH] dt-bindings: display: Correct indentation and style in DTS example

2025-01-10 Thread Rob Herring (Arm)
On Tue, 07 Jan 2025 13:58:51 +0100, Krzysztof Kozlowski wrote: > DTS example in the bindings should be indented with 2- or 4-spaces and > aligned with opening '- |', so correct any differences like 3-spaces or > mixtures 2- and 4-spaces in one binding. > > No functional changes here, but saves s

Re: [PATCH v2 03/16] dt-bindings: display/msm: dsi-phy-7nm: Add SM8750

2025-02-19 Thread Rob Herring (Arm)
ml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)

Re: [PATCH v2 04/16] dt-bindings: display/msm: dsi-controller-main: Add SM8750

2025-02-19 Thread Rob Herring (Arm)
gt; 1 file changed, 49 insertions(+), 5 deletions(-) > Reviewed-by: Rob Herring (Arm)

Re: [PATCH] dt-bindings: display/msm: qcom,sa8775p-mdss: Add missing eDP phy

2025-02-21 Thread Rob Herring (Arm)
On Fri, 21 Feb 2025 13:17:03 +0100, Krzysztof Kozlowski wrote: > The Qualcomm SA8775p MDSS display block comes with eDP phy, already used > in DTS and already documented in phy/qcom,edp-phy.yaml binding. Add the > missing device node in the binding and extend example to silence > dtbs_check warn

Re: [PATCH v2 1/7] dt-bindings: display: msm: mdp4: add LCDC clock and PLL source

2025-02-21 Thread Rob Herring (Arm)
mitry Baryshkov > --- > Documentation/devicetree/bindings/display/msm/mdp4.yaml | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > Acked-by: Rob Herring (Arm)

Re: [PATCH v2 1/8] dt-bindings: clock: qcom: Add MSM8937 Global Clock Controller

2025-02-24 Thread Rob Herring (Arm)
On Sun, 23 Feb 2025 19:57:46 +0100, Barnabás Czémán wrote: > Add device tree bindings for the global clock controller on Qualcomm > MSM8937 platform. > > Signed-off-by: Barnabás Czémán > --- > .../bindings/clock/qcom,gcc-msm8937.yaml | 73 > ++ > include/dt-bindi

Re: [PATCH v2 7/8] dt-bindings: arm: qcom: Add Xiaomi Redmi 3S

2025-02-24 Thread Rob Herring (Arm)
On Sun, 23 Feb 2025 19:57:52 +0100, Barnabás Czémán wrote: > Document Xiaomi Redmi 3S (land). > Add qcom,msm8937 for msm-id, board-id allow-list. > > Acked-by: Krzysztof Kozlowski > Signed-off-by: Barnabás Czémán > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++ > 1 file ch

Re: [PATCH v2 4/8] dt-bindings: iommu: qcom,iommu: Add MSM8937 IOMMU to SMMUv1 compatibles

2025-02-24 Thread Rob Herring (Arm)
On Sun, 23 Feb 2025 19:57:49 +0100, Barnabás Czémán wrote: > Add MSM8937 compatible string with "qcom,msm-iommu-v1" as fallback > for the MSM8937 IOMMU which is compatible with Qualcomm's secure > fw "SMMU v1" implementation. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Barnabás Czémán

Re: [PATCH v2 5/8] dt-bindings: drm/msm/gpu: Document AON clock for A505/A506/A510

2025-02-24 Thread Rob Herring (Arm)
On Sun, 23 Feb 2025 19:57:50 +0100, Barnabás Czémán wrote: > From: Adam Skladowski > > Adreno 505 (MSM8937), Adreno 506(MSM8953) and Adreno 510(MSM8976) > require Always-on branch clock to be enabled, describe it. > > Signed-off-by: Adam Skladowski > [reword commit, move alwayson on the first

Re: [PATCH v3 05/21] dt-bindings: display/msm: dp-controller: Add SM8750

2025-02-24 Thread Rob Herring (Arm)
or DPTX0 and 2x MST for DPTX1. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes in v3: > 1. Extend commit msg > --- > Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 4 > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring (Arm)

Re: [PATCH v3 07/21] dt-bindings: display/msm: qcom, sm8750-mdss: Add SM8750

2025-02-24 Thread Rob Herring (Arm)
> 1. Properly described interconnects > 2. Use only one compatible and contains for the sub-blocks (Rob) > --- > .../bindings/display/msm/qcom,sm8750-mdss.yaml | 470 > + > 1 file changed, 470 insertions(+) > Reviewed-by: Rob Herring (Arm)

Re: [PATCH v3 1/8] dt-bindings: clock: qcom: Add MSM8937 Global Clock Controller

2025-02-23 Thread Rob Herring (Arm)
On Mon, 24 Feb 2025 02:56:16 +0100, Barnabás Czémán wrote: > Add device tree bindings for the global clock controller on Qualcomm > MSM8937 platform. > > Signed-off-by: Barnabás Czémán > --- > .../bindings/clock/qcom,gcc-msm8937.yaml | 73 > ++ > include/dt-bindi

Re: [PATCH v3 5/8] dt-bindings: drm/msm/gpu: Document AON clock for A505/A506/A510

2025-02-23 Thread Rob Herring (Arm)
On Mon, 24 Feb 2025 02:56:20 +0100, Barnabás Czémán wrote: > From: Adam Skladowski > > Adreno 505 (MSM8937), Adreno 506(MSM8953) and Adreno 510(MSM8976) > require Always-on branch clock to be enabled, describe it. > > Signed-off-by: Adam Skladowski > [reword commit, move alwayson on the first

Re: [PATCH v3 7/8] dt-bindings: arm: qcom: Add Xiaomi Redmi 3S

2025-02-23 Thread Rob Herring (Arm)
On Mon, 24 Feb 2025 02:56:22 +0100, Barnabás Czémán wrote: > Document Xiaomi Redmi 3S (land). > Add qcom,msm8937 for msm-id, board-id allow-list. > > Acked-by: Krzysztof Kozlowski > Signed-off-by: Barnabás Czémán > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++ > 1 file ch

Re: [PATCH v3 4/8] dt-bindings: iommu: qcom,iommu: Add MSM8937 IOMMU to SMMUv1 compatibles

2025-02-23 Thread Rob Herring (Arm)
On Mon, 24 Feb 2025 02:56:19 +0100, Barnabás Czémán wrote: > Add MSM8937 compatible string with "qcom,msm-iommu-v1" as fallback > for the MSM8937 IOMMU which is compatible with Qualcomm's secure > fw "SMMU v1" implementation. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Barnabás Czémán

Re: [PATCH v2 02/16] dt-bindings: display/msm: dsi-controller-main: Add missing minItems

2025-02-19 Thread Rob Herring (Arm)
nItems means that lower bound is not set. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/display/msm/dsi-controller-main.yaml| 6 > ++ > 1 file changed, 6 insertions(+) > Reviewed-by: Rob Herring (Arm)

Re: [PATCH v2 01/16] dt-bindings: display/msm: dsi-controller-main: Combine if:then: entries

2025-02-19 Thread Rob Herring (Arm)
msm/dsi-controller-main.yaml | 64 > ++ > 1 file changed, 5 insertions(+), 59 deletions(-) > Reviewed-by: Rob Herring (Arm)

Re: [PATCH v2 06/16] dt-bindings: display/msm: qcom,sm8650-dpu: Add SM8750

2025-02-19 Thread Rob Herring (Arm)
e/bindings/display/msm/qcom,sm8650-dpu.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)

Re: [PATCH v2] dt-bindings: display/msm: qcom,sa8775p-mdss: Add missing eDP phy

2025-02-26 Thread Rob Herring (Arm)
t; 1. Fix reg size (address/size cells =1) in the example (Rob) > --- > .../display/msm/qcom,sa8775p-mdss.yaml| 32 +-- > 1 file changed, 30 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring (Arm)

Re: [PATCH 00/11] Add DSI display support for SA8775P target

2025-02-25 Thread Rob Herring (Arm)
On Tue, 25 Feb 2025 17:48:13 +0530, Ayushi Makhija wrote: > This series enables the support for DSI to DP bridge ports > (labled as DSI0 and DSI1) of the Qualcomm's SA8775P Ride platform. > > SA8775P SoC has DSI controller v2.5.1 and DSI PHY v4.2. > The Ride platform is having ANX7625 DSI to DP

Re: [PATCH 03/11] dt-bindings: display: msm: document DSI controller and phy on SA8775P

2025-02-25 Thread Rob Herring (Arm)
On Tue, 25 Feb 2025 17:48:16 +0530, Ayushi Makhija wrote: > Document DSI controller and phy on SA8775P platform. > > Signed-off-by: Ayushi Makhija > --- > .../display/msm/qcom,sa8775p-mdss.yaml| 170 ++ > 1 file changed, 170 insertions(+) > My bot found errors running

Re: [PATCH 0/5] EDITME: Support for Adreno 623 GPU

2025-02-18 Thread Rob Herring (Arm)
On Thu, 13 Feb 2025 21:40:05 +0530, Akhil P Oommen wrote: > This series adds support for A623 GPU found in QCS8300 chipsets. This > GPU IP is very similar to A621 GPU, except for the UBWC configuration > and the GMU firmware. > > Both DT patches are for Bjorn and rest of the patches for Rob Clar

Re: [PATCH v2 0/6] Support for Adreno 623 GPU

2025-02-28 Thread Rob Herring (Arm)
On Fri, 28 Feb 2025 01:37:48 +0530, Akhil P Oommen wrote: > This series adds support for A623 GPU found in QCS8300 chipsets. This > GPU IP is very similar to A621 GPU, except for the UBWC configuration > and the GMU firmware. > > Both DT patches are for Bjorn and rest of the patches for Rob Clar

Re: [PATCH 05/10] dt-bindings: display/msm: Add Qualcomm SAR2130P

2025-03-07 Thread Rob Herring (Arm)
On Sat, 08 Mar 2025 03:42:23 +0200, Dmitry Baryshkov wrote: > From: Dmitry Baryshkov > > Describe the Mobile Display SubSystem (MDSS) device present on the > Qualcomm SAR2130P platform. It looks pretty close to SM8550 on the > system level. SAR2130P features two DSI hosts and single DisplayPort

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

2025-03-07 Thread Rob Herring (Arm)
tree/bindings/iommu/qcom,iommu.yaml | 4 > 1 file changed, 4 insertions(+) > Reviewed-by: Rob Herring (Arm)