Thomas Gleixner
84e5653610
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 190
...
Based on 1 normalized pattern(s):
licensed under gplv2 only
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 10 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Reviewed-by: Richard Fontana <rfontana@redhat.com >
Reviewed-by: Steve Winslow <swinslow@gmail.com >
Reviewed-by: Allison Randal <allison@lohutok.net >
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com >
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170027.071422096@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2019-05-30 11:29:21 -07:00
Alexandre Belloni
dbc9573e09
ARM: dts: at91: at91rm9200ek: use TCB0 for timers
...
Use tcb0 for timers like selected in at91_dt_defconfig.
Tested-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
2017-12-31 15:50:01 +01:00
Rob Herring
8dccafaa28
arm: dts: fix unit-address leading 0s
...
Fix dtc warnings for 'simple_bus_reg' due to leading 0s. Converted using
the following command:
perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find arch/arm/boot/dts -type -f -name '*.dts*'
Dropped changes to ARM, Ltd. boards LED nodes and manually fixed up some
occurrences of uppercase hex.
Signed-off-by: Rob Herring <robh@kernel.org >
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
2017-10-20 00:37:54 +02:00
Alexandre Belloni
15f7e2537a
ARM: at91/dt: remove leftovers clock definition
...
The clocks group properties and the clock@0 node are useless, remove them
to avoid copy pasting in future device trees.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com >
2015-11-16 15:53:05 +01:00
Alexandre Belloni
927ccfe329
ARM: at91/dt: at91rm9200ek: use stdout-path
...
Use stdout-path to specify the console.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com >
2015-06-04 10:00:38 +02:00
Alexandre Belloni
74335f4977
ARM: at91/dt: at91rm9200ek: enable RTC
...
Enable the RTC on the at91rm9200ek.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com >
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com >
2015-01-15 15:26:50 +01:00
Alexandre Belloni
94788118ef
ARM: at91/dt: at91rm9200ek: define crystals frequencies
...
Define at91rm9200ek main and slow crystals frequencies.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com >
2014-07-09 19:05:12 +02:00
Nicolas Ferre
ca594844e4
ARM: at91/at91rm9200ek.dts: rearrange nodes in address ascending order
...
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com >
Acked-by: Boris BREZILLON <b.brezillon@overkiz.com >
2013-12-09 15:08:57 +01:00
Jean-Christophe PLAGNIOL-VILLARD
c8b3cc56b7
ARM: at91: dt: at91rm9200ek: add emac and nor flash support
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
[nicolas.ferre@atmel.com: remove one macb node too many]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
2013-12-09 14:34:05 +01:00
Boris BREZILLON
a7704b7ffc
ARM: at91/dt: add atmel,pullup-gpio to at91rm9200ek usb1 definition
...
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com >
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com >
2013-12-09 11:10:00 +01:00
Boris BREZILLON
44fa054e08
ARM: at91/dt: add ethernet phy to at91rm9200ek board
...
Add ethernet phy node in at91rm9200ek.dts.
The reg register is not specified, as it may differ depending on the init
process of the board:
ADDR0/1 phy pins are connected to PA13/14 rm9200 pins. Which means the phy
will take its address from these pins during the reset process.
The macb driver will launch a full scan on the mdio bus to discover the phy
address.
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com >
[nicolas.ferre@atmel.com: changed to IRQ_TYPE_EDGE_BOTH as asked by Boris]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
2013-12-09 11:07:16 +01:00
Jean-Christophe PLAGNIOL-VILLARD
26e3326cc0
ARM: at91: dt: rm9200ek: add spi support
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com >
2013-06-26 10:13:39 +02:00
Jean-Christophe PLAGNIOL-VILLARD
92f8629b60
ARM: at91: dt: switch to standard GPIO flag defines.
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com >
2013-05-17 11:27:49 +02:00
Jean-Christophe PLAGNIOL-VILLARD
6db64d2978
ARM: at91: dt: use #include for all device trees
...
to prepare the switch to the macro.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com >
2013-05-17 11:27:49 +02:00
Joachim Eastwood
ce3b2630fd
ARM: at91: add EMAC bindings to RM9200 DT
...
Signed-off-by: Joachim Eastwood <manabian@gmail.com >
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com >
2013-02-07 16:40:09 +01:00
Joachim Eastwood
c84ca7ce3a
ARM: AT91: Add AT91RM9200EK board device tree
...
Signed-off-by: Joachim Eastwood <manabian@gmail.com >
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
2012-11-19 07:51:10 +08:00