mirror of https://gitee.com/openkylin/linux.git
ARM: orion5x: keep TODO list in edmini_v2 DT
In preparation to the complete removal of non-DT support for edmini_v2, this commit copies the TODO list of things to support from the old-style board file into the Device Tree of edmini_v2. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Link: https://lkml.kernel.org/r/1398202002-28530-33-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
a54cd73b84
commit
9c4d82e5c2
|
@ -6,6 +6,13 @@
|
|||
* warranty of any kind, whether express or implied.
|
||||
*/
|
||||
|
||||
/*
|
||||
* TODO: add Orion USB device port init when kernel.org support is added.
|
||||
* TODO: add flash write support: see below.
|
||||
* TODO: add power-off support.
|
||||
* TODO: add I2C EEPROM support.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
|
|
Loading…
Reference in New Issue