Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: dts: zynq: replace gpio-key,wakeup with wakeup-source property | Sudeep Holla | 2019-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Most of the legacy "gpio-key,wakeup" boolean property is already replaced with "wakeup-source". However few occurrences of old property has popped up again, probably from the remnants in downstream trees. Replace the legacy properties with the unified "wakeup-source" property introduced in the commit 700a38b27eef ("Input: gpio_keys - switch to using generic device properties") Cc: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> | ||||
* | ARM: dts: zynq: Remove #address/#size-cells from gpio-keys | Michal Simek | 2018-07-19 | 1 | -2/+0 |
| | | | | | | | | | dts reports incorrect usage of these properties in gpio-keys node. Warning (avoid_unnecessary_addr_size): /gpio-keys: unnecessary The patch is removing these useless properties. Signed-off-by: Michal Simek <michal.simek@xilinx.com> | ||||
* | ARM: dts: zynq: Add support for Z-turn board | Anton Gerasimov | 2018-07-19 | 1 | -0/+116 |
Add a dts for MYIR Z-turn board and respective target in Makefile. Signed-off-by: Anton Gerasimov <tossel@gmail.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> |