Message ID | 1578673089-3484-6-git-send-email-claudiu.beznea@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | add device tree for SAM9X60 SoC and SAM9X60-EK board | expand |
On Fri, 10 Jan 2020 18:17:57 +0200, Claudiu Beznea wrote: > Add microchip,sam9x60-isi to DT bindings documentation. > > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> > --- > Documentation/devicetree/bindings/media/atmel-isi.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
On 10/01/2020 18:17:57+0200, Claudiu Beznea wrote: > Add microchip,sam9x60-isi to DT bindings documentation. > > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> > --- > Documentation/devicetree/bindings/media/atmel-isi.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.
On 1/10/20 5:17 PM, Claudiu Beznea wrote: > Add microchip,sam9x60-isi to DT bindings documentation. > > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> > --- > Documentation/devicetree/bindings/media/atmel-isi.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/atmel-isi.txt b/Documentation/devicetree/bindings/media/atmel-isi.txt > index 332513a151cc..8924c7545b63 100644 > --- a/Documentation/devicetree/bindings/media/atmel-isi.txt > +++ b/Documentation/devicetree/bindings/media/atmel-isi.txt > @@ -2,7 +2,7 @@ Atmel Image Sensor Interface (ISI) > ---------------------------------- > > Required properties for ISI: > -- compatible: must be "atmel,at91sam9g45-isi". > +- compatible: must be "atmel,at91sam9g45-isi" or "microchip,sam9x60-isi". > - reg: physical base address and length of the registers set for the device. > - interrupts: should contain IRQ line for the ISI. > - clocks: list of clock specifiers, corresponding to entries in the clock-names > Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Regards, Hans
diff --git a/Documentation/devicetree/bindings/media/atmel-isi.txt b/Documentation/devicetree/bindings/media/atmel-isi.txt index 332513a151cc..8924c7545b63 100644 --- a/Documentation/devicetree/bindings/media/atmel-isi.txt +++ b/Documentation/devicetree/bindings/media/atmel-isi.txt @@ -2,7 +2,7 @@ Atmel Image Sensor Interface (ISI) ---------------------------------- Required properties for ISI: -- compatible: must be "atmel,at91sam9g45-isi". +- compatible: must be "atmel,at91sam9g45-isi" or "microchip,sam9x60-isi". - reg: physical base address and length of the registers set for the device. - interrupts: should contain IRQ line for the ISI. - clocks: list of clock specifiers, corresponding to entries in the clock-names
Add microchip,sam9x60-isi to DT bindings documentation. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> --- Documentation/devicetree/bindings/media/atmel-isi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)