- Apr 13, 2016
-
-
Michal Simek authored
There are mini configurations which need to be fit to OCM that's why these options shouldn't be enabled by default. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Punnaiah Choudary Kalluri authored
Add missing nand node for ep108. Signed-off-by:
Punnaiah Choudary Kalluri <punnaia@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Anurag Kumar Vulisha authored
This patch adds the sata port phy OOB timing values in the sata device-tree node. Signed-off-by:
Anurag Kumar Vulisha <anuragku@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Enable option to support more then 4GB memories in single size block. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Use the same binding as is used in mainline Linux kernel. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
For run time serdes adjustment. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Separate register space and put it on more lines. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Hyun Kwon authored
Add some default properties to zynqmp.dtsi. Signed-off-by:
Hyun Kwon <hyun.kwon@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Hyun Kwon authored
Reflect actual silicon addresses in DT node names. Signed-off-by:
Hyun Kwon <hyun.kwon@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Use right addresses for channel names Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Mainline kernel has no r1p12 compatible string that's why console stops to work with the latest DTS files. Append generic compatible string. Keep in your mind that using this generic compatible string not all uart features will be available. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Bharat Kumar Gogada authored
Modifying device tree node to support legacy interrupts. Signed-off-by:
Bharat Kumar Gogada <bharatku@xilinx.com> Signed-off-by:
Ravi Kiran Gummaluri <rgummal@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
GPIO driver supports an input interrupt that's why gpio node itself can be labeled as interrupt controller. Reported-by:
John Linn <linnj@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Naga Sureshkumar Relli authored
This patch adds ddrc memory controller node in dts. size mentioned in dts is 0x30000, because we need to access DDR_QOS INTR registers located at fd090208 from this driver. Signed-off-by:
Naga Sureshkumar Relli <nagasure@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
VNSL Durga authored
ZynqMP DMA's main clock and apb clock are added in zynqmp DT. Signed-off-by:
VNSL Durga <vnsldurg@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Acked-by:
Punnaiah Choudary Kalluri <punnaia@xilinx.com>
-
Michal Simek authored
Add CCI-400 node to DTSI. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
ZynqMP is not using global interrupt-parent setting that's why it has to be listed in every node separately. PMU node missed it and this patch is adding it. Reported-by:
John Linn <John.Linn@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Soren Brinkmann authored
Add power-domains to the DT and attach devices to them. The power-domains are all logical domains as understood by firmware. Each PD is identified by a unique identifier that the platform firmware understands. Signed-off-by:
Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
P L Sai Krishna authored
This patch adds broken-tuning property to SD and eMMC nodes. Signed-off-by:
P L Sai Krishna <lakshmis@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Remove jumbo properties which are handled in the driver directly and use mainline compatible string which is already handled by the driver. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Edgar E. Iglesias authored
Signed-off-by:
Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Edgar E. Iglesias authored
Signed-off-by:
Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
P L Sai Krishna authored
This patch add 8-bit bus width property to eMMC node. Signed-off-by:
P L Sai Krishna <lakshmis@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Ranjit Waghmode authored
This patch makes compatible string as "m25p80" for qspi node in ep108 device tree file Signed-off-by:
Ranjit Waghmode <ranjit.waghmode@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Add missing mmc aliases. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Alistair Francis authored
Change the dtsi include code to use the C pre-processor #include instead of the device tree /include/. This brings all ZynqMP device trees inline with each other. Signed-off-by:
Alistair Francis <alistair.francis@xilinx.com> Reviewed-by:
Sören Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Siva Durga Prasad Paladugu authored
Move kernel and fdt offsets and sizes to board config file as the flash size varies across boards Signed-off-by:
Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Setup reset off for lthor. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
This is example how to change u-boot to support more memory banks read from DT. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Remove hardcoded memory sizes. Use information from DT memory node. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Compatible property should be the first. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Add missing DT nodes and enable USB. Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Reviewed-by:
Nathan Rossi <nathan@nathanrossi.com>
-
Michal Simek authored
Add missing qspi node and make qspi as spi0. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Sync with others zynq DTS files. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Keep nodes alphabelitally sorted. Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Reviewed-by:
Nathan Rossi <nathan@nathanrossi.com>
-
Christian Kohn authored
Add missing adv7511 and configure to match Base TRD. Signed-off-by:
Christian Kohn <christian.kohn@xilinx.com> Reviewed-by:
Nathan Rossi <nathan@nathanrossi.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Christian Kohn authored
Add bindings for adv7511. Signed-off-by:
Christian Kohn <christian.kohn@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Punnaiah Choudary Kalluri authored
Added phy reset gpio information for gem0. Signed-off-by:
Punnaiah Choudary Kalluri <punnaia@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
- Sync with Linux kernel - Remove rootfs - Remove earlyprintk Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-