Re: [PATCH v2 01/12] dt-bindings: display/msm: hdmi: split and convert to yaml

2022-06-09 Thread Dmitry Baryshkov
On 08/06/2022 15:37, Krzysztof Kozlowski wrote: On 08/06/2022 14:07, Dmitry Baryshkov wrote: Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings. Changes to schema: HDMI: - fixed reg-names numbering to match 0..3 instead 0,1,3,4 - dropped qcom,tx-ddc-* from example, they were n

Re: [PATCH v2 01/12] dt-bindings: display/msm: hdmi: split and convert to yaml

2022-06-09 Thread Dmitry Baryshkov
On 09/06/2022 01:45, David Heidelberg wrote: On 08/06/2022 14:37, Krzysztof Kozlowski wrote: On 08/06/2022 14:07, Dmitry Baryshkov wrote: Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings. Changes to schema: HDMI:   - fixed reg-names numbering to match 0..3 instead 0,1,3,4   - d

Re: [PATCH v2 01/12] dt-bindings: display/msm: hdmi: split and convert to yaml

2022-06-08 Thread David Heidelberg
On 08/06/2022 14:37, Krzysztof Kozlowski wrote: On 08/06/2022 14:07, Dmitry Baryshkov wrote: Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings. Changes to schema: HDMI: - fixed reg-names numbering to match 0..3 instead 0,1,3,4 - dropped qcom,tx-ddc-* from example, they were n

Re: [PATCH v2 01/12] dt-bindings: display/msm: hdmi: split and convert to yaml

2022-06-08 Thread Krzysztof Kozlowski
On 08/06/2022 14:07, Dmitry Baryshkov wrote: > Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings. > > Changes to schema: > HDMI: > - fixed reg-names numbering to match 0..3 instead 0,1,3,4 > - dropped qcom,tx-ddc-* from example, they were not documented > > PHY: > - moved into p

[PATCH v2 01/12] dt-bindings: display/msm: hdmi: split and convert to yaml

2022-06-08 Thread Dmitry Baryshkov
Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings. Changes to schema: HDMI: - fixed reg-names numbering to match 0..3 instead 0,1,3,4 - dropped qcom,tx-ddc-* from example, they were not documented PHY: - moved into phy/ directory - split into QMP and non-QMP PHY schemas Co-dev