Message ID | 20200407122852.19422-4-cristian.birsan@microchip.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC | expand |
Hi, The prefix for this patch should be dt-bindings: usb: On 07/04/2020 15:28:48+0300, cristian.birsan@microchip.com wrote: > From: Cristian Birsan <cristian.birsan@microchip.com> > > Add sam9x60 binding. > > Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com> > --- > Documentation/devicetree/bindings/usb/atmel-usb.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt > index 44e80153b148..bae2b928a014 100644 > --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt > +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt > @@ -82,6 +82,7 @@ Required properties: > "atmel,at91sam9rl-udc" > "atmel,at91sam9g45-udc" > "atmel,sama5d3-udc" > + "microchip,sam9x60-udc" > - reg: Address and length of the register set for the device > - interrupts: Should contain usba interrupt > - clocks: Should reference the peripheral and host clocks > -- > 2.17.1 >
On 4/7/20 4:45 PM, Alexandre Belloni wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > Hi, > > The prefix for this patch should be dt-bindings: usb: > Yes, thanks. I'll send this patch together with the device tree node separately. > On 07/04/2020 15:28:48+0300, cristian.birsan@microchip.com wrote: >> From: Cristian Birsan <cristian.birsan@microchip.com> >> >> Add sam9x60 binding. >> >> Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com> >> --- >> Documentation/devicetree/bindings/usb/atmel-usb.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt >> index 44e80153b148..bae2b928a014 100644 >> --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt >> +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt >> @@ -82,6 +82,7 @@ Required properties: >> "atmel,at91sam9rl-udc" >> "atmel,at91sam9g45-udc" >> "atmel,sama5d3-udc" >> + "microchip,sam9x60-udc" >> - reg: Address and length of the register set for the device >> - interrupts: Should contain usba interrupt >> - clocks: Should reference the peripheral and host clocks >> -- >> 2.17.1 >> > > -- > Alexandre Belloni, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com >
On 07/04/2020 13:59:52+0000, Cristian.Birsan@microchip.com wrote: > On 4/7/20 4:45 PM, Alexandre Belloni wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > > > Hi, > > > > The prefix for this patch should be dt-bindings: usb: > > > > Yes, thanks. I'll send this patch together with the device tree node separately. > No, it has to be in the same series that adds the compatible to the driver. > > On 07/04/2020 15:28:48+0300, cristian.birsan@microchip.com wrote: > >> From: Cristian Birsan <cristian.birsan@microchip.com> > >> > >> Add sam9x60 binding. > >> > >> Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com> > >> --- > >> Documentation/devicetree/bindings/usb/atmel-usb.txt | 1 + > >> 1 file changed, 1 insertion(+) > >> > >> diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt > >> index 44e80153b148..bae2b928a014 100644 > >> --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt > >> +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt > >> @@ -82,6 +82,7 @@ Required properties: > >> "atmel,at91sam9rl-udc" > >> "atmel,at91sam9g45-udc" > >> "atmel,sama5d3-udc" > >> + "microchip,sam9x60-udc" > >> - reg: Address and length of the register set for the device > >> - interrupts: Should contain usba interrupt > >> - clocks: Should reference the peripheral and host clocks > >> -- > >> 2.17.1 > >> > > > > -- > > Alexandre Belloni, Bootlin > > Embedded Linux and Kernel engineering > > https://bootlin.com > > >
diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt index 44e80153b148..bae2b928a014 100644 --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt @@ -82,6 +82,7 @@ Required properties: "atmel,at91sam9rl-udc" "atmel,at91sam9g45-udc" "atmel,sama5d3-udc" + "microchip,sam9x60-udc" - reg: Address and length of the register set for the device - interrupts: Should contain usba interrupt - clocks: Should reference the peripheral and host clocks