On Fri, Oct 18, 2024 at 6:00 AM Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> wrote: > > On Wed, Oct 09, 2024 at 08:02:01PM +0530, Mahadevan wrote: > > Document the MDSS hardware found on the Qualcomm SA8775P platform. > > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > Signed-off-by: Mahadevan <quic_mahap@xxxxxxxxxxx> > > --- > > .../bindings/display/msm/qcom,sa8775p-mdss.yaml | 241 +++++++++++++++++++++ > > 1 file changed, 241 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sa8775p-mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sa8775p-mdss.yaml > > new file mode 100644 > > index 0000000000000000000000000000000000000000..37c04ae6876f873c2cddc51b5160b1f54e2b5118 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/display/msm/qcom,sa8775p-mdss.yaml > > [...] > > > + > > + display-controller@ae01000 { > > + compatible = "qcom,sa8775p-dpu"; > > + reg = <0x0ae01000 0x8f000>, > > + <0x0aeb0000 0x2008>; > > + reg-names = "mdp", "vbif"; > > + > > + clocks = <&gcc GCC_DISP_HF_AXI_CLK>, > > + <&dispcc_ahb_clk>, > > + <&dispcc_mdp_lut_clk>, > > + <&dispcc_mdp_clk>, > > + <&dispcc_mdp_vsync_clk>; > > + clock-names = "bus", > > + "iface", > > + "lut", > > + "core", > > + "vsync"; > > + > > It's been more than a week since Rob reported issues with the bindings. > Any updates? Obviously I can not pick up patches with binding errors. Well, someone picked up this version rather than v5 which appears to have fixed it. So, probably need an incremental patch to fix the warning in linux-next. Rob