Krzysztof Kozlowski
17413b15ed
ARM: dts: at91: align gpio-key node names with dtschema
...
The node names should be generic and DT schema expects certain pattern
(e.g. with key/button/switch).
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com >
Link: https://lore.kernel.org/r/20220616005333.18491-38-krzysztof.kozlowski@linaro.org
2022-06-27 10:52:42 +02:00
Alexandre Belloni
996710a895
ARM: dts: at91: add unit-address to memory node
...
The memory node requires a unit-address, add it.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Reviewed-by: Nicolas Ferre <nicolas.ferre@microchip.com >
Link: https://lore.kernel.org/r/20200831171129.3886857-7-alexandre.belloni@bootlin.com
2020-09-16 10:45:32 +02:00
Alexandre Belloni
b0d0c3bba9
ARM: dts: at91: move mmc pinctrl-names property to board dts
...
Having the pinctrl-names property in the dtsi leads to dtbs_check warnings
when the board dts doesn't define pinctrl-0. Instead, move the property to
the board dts actually using the mmc node.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Reviewed-by: Nicolas Ferre <nicolas.ferre@microchip.com >
Link: https://lore.kernel.org/r/20200831171129.3886857-5-alexandre.belloni@bootlin.com
2020-09-16 10:45:21 +02:00
Thomas Gleixner
a636cd6c42
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4
...
Based on 1 normalized pattern(s):
licensed under gplv2 or later
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-or-later
has been chosen to replace the boilerplate/reference in 118 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Reviewed-by: Jilayne Lovejoy <opensource@jilayne.com >
Reviewed-by: Steve Winslow <swinslow@gmail.com >
Reviewed-by: Allison Randal <allison@lohutok.net >
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org >
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190519154040.961286471@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2019-05-21 11:28:40 +02:00
Alexandre Belloni
c56eae6373
ARM: dts: at91: foxg20: use TCB0 as timers
...
Use tcb0 for timers as selected in at91_dt_defconfig.
Cc: Sergio Tanzilli <tanzilli@acmesystems.it >
Cc: Douglas Gilbert <dgilbert@interlog.com >
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
2017-12-31 15:50:03 +01:00
Alexandre Belloni
e152e3f7f4
ARM: dts: at91: fix i2c-gpio node name
...
i2c-gpio doesn't need a reg property. Change the node names to i2c-gpio-x
as used in other dts to remove the unit-address.
Solves:
Warning (unit_address_vs_reg): Node /i2c@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /i2c@1 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /i2c@2 has a unit name, but no reg property
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
2016-07-15 11:23:44 +02:00
Alexandre Belloni
0955e0d62f
ARM: dts: at91: at91-foxg20: remove leftovers clock definition
...
The clocks group properties and the clock@0 node have been obsolete for two
years, remove them.
Cc: Sergio Tanzilli <tanzilli@acmesystems.it >
Cc: Douglas Gilbert <dgilbert@interlog.com >
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
2016-06-10 16:59:08 +02:00
Raashid Muhammed
cfdc7fa5da
ARM: dts: at91: at91sam9260: Remove leading zeros in OHCI node.
...
Remove leading zeros in OHCI node for at91sam9260 based boards.
Signed-off-by: Raashid Muhammed <raashidmuhammed@zilogic.com >
Reviewed-by: Vijay Kumar B. <vijaykumar@bravegnu.org >
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
2016-06-07 20:05:22 +02:00
Sudeep Holla
67ae8b9b78
ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property
...
Though the keyboard driver for GPIO buttons(gpio-keys) will continue to
check for/support the legacy "gpio-key,wakeup" boolean property to
enable gpio buttons as wakeup source, "wakeup-source" is the new
standard binding.
This patch replaces the legacy "gpio-key,wakeup" with the unified
"wakeup-source" property in order to avoid any futher copy-paste
duplication.
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com >
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com >
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com >
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com >
2015-11-16 15:53:04 +01:00
Alexandre Belloni
32cc703a23
ARM: at91/dt: foxg20: define crystals frequencies
...
Define Acme Systems srl Fox G20 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:14 +02:00
Nicolas Ferre
004a3122cb
ARM: at91: switch Fox G20 board .dts to pre-processor defines
...
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com >
2013-05-31 16:42:28 +02:00
Douglas Gilbert
2515e8bbc5
ARM: at91: add Acme Systems Fox G20 board
...
Signed-off-by: Douglas Gilbert <dgilbert@interlog.com >
[nicolas.ferre@atmel.com: re-arranging nodes, removing nodes and some comments]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
2013-05-31 16:42:27 +02:00