On Fri, 25 Mar 2022 18:31, Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote: >On 25/03/2022 18:14, Guillaume Ranquet wrote: >> From: Markus Schneider-Pargmann <msp@xxxxxxxxxxxx> >> >> DP_INTF is similar to DPI but does not have the exact same feature set >> or register layouts. >> >> DP_INTF is the sink of the display pipeline that is connected to the >> DisplayPort controller and encoder unit. It takes the same clocks as >> DPI. >> >> Signed-off-by: Markus Schneider-Pargmann <msp@xxxxxxxxxxxx> >> Signed-off-by: Guillaume Ranquet <granquet@xxxxxxxxxxxx> >> Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > >This is v1, how did you get Rob's review already? > Because this is not v1... I'm not really good at this... this is actually v9... I just didn't pay attention enough before sending the series. What's the standard thing to do? resend with the proper versionning? Sorry for the confusion, Guillaume. >> --- >> .../bindings/display/mediatek/mediatek,dpi.yaml | 11 ++++++----- >> 1 file changed, 6 insertions(+), 5 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml >> index dd2896a40ff0..53acf9a84f7f 100644 >> --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml >> +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml >> @@ -4,16 +4,16 @@ >> $id: http://devicetree.org/schemas/display/mediatek/mediatek,dpi.yaml# >> $schema: http://devicetree.org/meta-schemas/core.yaml# >> >> -title: mediatek DPI Controller Device Tree Bindings >> +title: mediatek DPI/DP_INTF Controller Device Tree Bindings > >While at it, remove "Device Tree Bindings". It's about hardware. > > >Please also rebase your tree as you use my old email address. > >Best regards, >Krzysztof