Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | device-tree: Add include for dummy qspi node | Nathan Rossi | 2016-05-07 | 1 | -5/+1 |
| | | | | | | | | | | | | The zynq-7000.dtsi include does not have a qspi node in mainline kernels. To resolve this issue provide a dummy node with no properties. The dummy node does not affect the node provided by zynq-7000.dtsi in other kernels. This was previously done in the individual device trees, instead this is now provided by a common include. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> | ||||
* | picozed-zynq7: Rework device tree to use kernel source include | Nathan Rossi | 2016-03-06 | 1 | -0/+102 |
* Rework the picozed-zynq7.dts device tree to use the kernel source include 'zynq-7000.dtsi' * Store the new device tree in the device-tree recipe directory * Remove existing device tree from conf/machine/boards Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> |