Message ID | a4rEWQfScKM8Y0B7u0NXSAdvKC6Xzesp1OWGUYjeWaA@cp3-web-016.plabs.ch |
---|---|
State | Superseded |
Headers | show |
Series | None | expand |
On Tue, 27 Jul 2021 09:57:15 +0000, Yassine Oudjana wrote: > Add a compatible string for TUSB320L. > > Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com> > --- > .../devicetree/bindings/extcon/extcon-usbc-tusb320.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
On Wed, Jul 28, 2021 at 11:33 AM Yassine Oudjana <y.oudjana@protonmail.com> wrote: > > On Wednesday, July 28th, 2021 at 9:18 PM, Rob Herring <robh@kernel.org> wrote: > > > On Tue, 27 Jul 2021 09:57:15 +0000, Yassine Oudjana wrote: > > > > > Add a compatible string for TUSB320L. > > > > > > Signed-off-by: Yassine Oudjana y.oudjana@protonmail.com > > > ------------------------------------------------------- > > > > > > .../devicetree/bindings/extcon/extcon-usbc-tusb320.yaml | 4 +++- > > > > > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > > > > there's no need to repost patches only to add the tags. The upstream > > > > maintainer will do that for acks received on the version they apply. > > > > If a tag was not added on purpose, please state why and what changed. > > I changed indentation in this version to fix a dt_binding_check warning: > ../Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml:15:6: [warning] wrong indentation: expected 6 but found 5 (indentation) That's certainly small enough change to keep any tag. > I wasn't sure if I had to state changes in each individual patch, so > I ended up only stating them in the cover letter: > https://lore.kernel.org/lkml/a1IcsWeSdRxWaMFcwV1k7z3l1HaAkyRCo2zLdOWb8w@cp4-web-014.plabs.ch/ It is best to put the changes for specific patches in that patch and use the cover letter as a summary of changes. Rob
diff --git a/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml b/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml index 9875b4d5c356..71a9f2e5d0dc 100644 --- a/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml +++ b/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml @@ -11,7 +11,9 @@ maintainers: properties: compatible: - const: ti,tusb320 + enum: + - ti,tusb320 + - ti,tusb320l reg: maxItems: 1
Add a compatible string for TUSB320L. Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com> --- .../devicetree/bindings/extcon/extcon-usbc-tusb320.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)