Message ID | 1578673089-3484-11-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:18:02 +0200, Claudiu Beznea wrote: > Add microchip,sam9x60-smc to DT bindings documentation. > > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> > --- > Documentation/devicetree/bindings/mfd/atmel-smc.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On 10/01/2020 18:18:02+0200, Claudiu Beznea wrote: > Add microchip,sam9x60-smc to DT bindings documentation. > > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> > --- > Documentation/devicetree/bindings/mfd/atmel-smc.txt | 1 + > 1 file changed, 1 insertion(+) Applied, thanks.
On Tue, 14 Jan 2020, Alexandre Belloni wrote: > On 10/01/2020 18:18:02+0200, Claudiu Beznea wrote: > > Add microchip,sam9x60-smc to DT bindings documentation. > > > > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> > > --- > > Documentation/devicetree/bindings/mfd/atmel-smc.txt | 1 + > > 1 file changed, 1 insertion(+) > Applied, thanks. Remind me why you are applying this patch please?
On 15/01/2020 08:00:53+0000, Lee Jones wrote: > On Tue, 14 Jan 2020, Alexandre Belloni wrote: > > > On 10/01/2020 18:18:02+0200, Claudiu Beznea wrote: > > > Add microchip,sam9x60-smc to DT bindings documentation. > > > > > > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> > > > --- > > > Documentation/devicetree/bindings/mfd/atmel-smc.txt | 1 + > > > 1 file changed, 1 insertion(+) > > Applied, thanks. > > Remind me why you are applying this patch please? > Because the last patch of the series has a soft dependency on this patch. I can remove it from the at91 and let you apply it if you think this is necessary.
diff --git a/Documentation/devicetree/bindings/mfd/atmel-smc.txt b/Documentation/devicetree/bindings/mfd/atmel-smc.txt index 1103ce2030fb..5696d9fcb5dc 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-smc.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-smc.txt @@ -9,6 +9,7 @@ Required properties: "atmel,at91sam9260-smc", "syscon" "atmel,sama5d3-smc", "syscon" "atmel,sama5d2-smc", "syscon" + "microchip,sam9x60-smc", "syscon" - reg: Contains offset/length value of the SMC memory region.
Add microchip,sam9x60-smc to DT bindings documentation. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> --- Documentation/devicetree/bindings/mfd/atmel-smc.txt | 1 + 1 file changed, 1 insertion(+)