On 03/10/2023 13:01, Tomer Maimon wrote: > Add a compatible string for Nuvoton BMC NPCM750 and Nuvoton BMC NPCM845. > > Signed-off-by: Tomer Maimon <tmaimon77@xxxxxxxxx> > --- > Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml > index 1394557517b1..a9e173432002 100644 > --- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml > +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml > @@ -16,6 +16,8 @@ properties: > - enum: > - chipidea,usb2 > - lsi,zevio-usb > + - nuvoton,npcm750-udc > + - nuvoton,npcm845-udc Your driver clearly suggests these are compatible. If they are not, why commit msg does no explain anything here? Best regards, Krzysztof