diff options
author | Nicolas Ferre <nicolas.ferre@microchip.com> | 2019-02-06 19:04:25 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-19 14:41:38 +0100 |
commit | 36ed8ebc7a2bdd1296cbc9059f2b76166af0fc59 (patch) | |
tree | a4dc28b7121e8dde9ea248387b7e4e50ec73dbc0 /Documentation/devicetree/bindings/arm/atmel-sysregs.txt | |
parent | usb: wusbcore: wa-xfer: use struct_size() helper (diff) | |
download | linux-36ed8ebc7a2bdd1296cbc9059f2b76166af0fc59.tar.xz linux-36ed8ebc7a2bdd1296cbc9059f2b76166af0fc59.zip |
dt-bindings: arm: atmel: add new sam9x60 SFR binding
Add this SFR compatible definition for the sam9x60 SoC. Will be needed
in OHCI driver: ohci-at91.c.
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/atmel-sysregs.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/atmel-sysregs.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/atmel-sysregs.txt b/Documentation/devicetree/bindings/arm/atmel-sysregs.txt index 14f319f694b7..3363d9ae4e74 100644 --- a/Documentation/devicetree/bindings/arm/atmel-sysregs.txt +++ b/Documentation/devicetree/bindings/arm/atmel-sysregs.txt @@ -147,6 +147,7 @@ required properties: - compatible: Should be "atmel,<chip>-sfr", "syscon" or "atmel,<chip>-sfrbu", "syscon" <chip> can be "sama5d3", "sama5d4" or "sama5d2". + It also can be "microchip,sam9x60-sfr", "syscon". - reg: Should contain registers location and length sfr@f0038000 { |