Message ID | 1578673089-3484-12-git-send-email-claudiu.beznea@microchip.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | add device tree for SAM9X60 SoC and SAM9X60-EK board | expand |
On Fri, 10 Jan 2020 18:18:03 +0200, Claudiu Beznea wrote: > Add microchip,sam9x60-gpbr to DT bindings documentation. > > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> > --- > Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
On 10/01/2020 18:18:03+0200, Claudiu Beznea wrote: > Add microchip,sam9x60-gpbr to DT bindings documentation. > > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> > --- > Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Applied, thanks.
diff --git a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt index a28569540683..e8c525569f10 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt @@ -3,7 +3,9 @@ The GPBR are a set of battery-backed registers. Required properties: -- compatible: "atmel,at91sam9260-gpbr", "syscon" +- compatible: Should be one of the following: + "atmel,at91sam9260-gpbr", "syscon" + "microchip,sam9x60-gpbr", "syscon" - reg: contains offset/length value of the GPBR memory region.
Add microchip,sam9x60-gpbr to DT bindings documentation. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> --- Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)