Message ID | 20221209171836.71610-2-biju.das.jz@bp.renesas.com |
---|---|
State | Superseded |
Headers | show |
Series | Add Polling support for role detection with HD3SS3220 | expand |
On Fri, Dec 9, 2022 at 6:18 PM Biju Das <biju.das.jz@bp.renesas.com> wrote: > On some platforms(for eg: RZ/V2M EVK), interrupt is not populated. Update > the binding to make interrupt property as optional. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
diff --git a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml index b86bf6bc9cd6..a1cffb70c621 100644 --- a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml +++ b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml @@ -46,7 +46,6 @@ properties: required: - compatible - reg - - interrupts additionalProperties: false
On some platforms(for eg: RZ/V2M EVK), interrupt is not populated. Update the binding to make interrupt property as optional. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- v1->v2: * updated the typo in commit description. --- Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml | 1 - 1 file changed, 1 deletion(-)