| Age | Commit message (Collapse) | Author |
|
Move all the gpio definitions to driver file as
there is no use of them in other files.
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Remove non driver model support as it moved
to driver model. Dont need non driver model
anymore.
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Enable DM GPIO and ZYNQ GPIO using kconfig instead of the board
config file.
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Support ZynqMP zc1751 with DC cards.
Signed-off-by: Michal Simek <[email protected]>
|
|
Add new board support.
Signed-off-by: Michal Simek <[email protected]>
|
|
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 <[email protected]>
|
|
Add missing nand node for ep108.
Signed-off-by: Punnaiah Choudary Kalluri <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
This patch adds the sata port phy OOB timing values in the sata
device-tree node.
Signed-off-by: Anurag Kumar Vulisha <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Enable option to support more then 4GB memories in single size block.
Signed-off-by: Michal Simek <[email protected]>
|
|
Use the same binding as is used in mainline Linux kernel.
Signed-off-by: Michal Simek <[email protected]>
|
|
For run time serdes adjustment.
Signed-off-by: Michal Simek <[email protected]>
|
|
Separate register space and put it on more lines.
Signed-off-by: Michal Simek <[email protected]>
|
|
Add some default properties to zynqmp.dtsi.
Signed-off-by: Hyun Kwon <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Reflect actual silicon addresses in DT node names.
Signed-off-by: Hyun Kwon <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Use right addresses for channel names
Signed-off-by: Michal Simek <[email protected]>
|
|
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 <[email protected]>
|
|
Signed-off-by: Michal Simek <[email protected]>
|
|
Modifying device tree node to support legacy interrupts.
Signed-off-by: Bharat Kumar Gogada <[email protected]>
Signed-off-by: Ravi Kiran Gummaluri <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
GPIO driver supports an input interrupt that's why gpio node itself can
be labeled as interrupt controller.
Reported-by: John Linn <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
ZynqMP DMA's main clock and apb clock are added
in zynqmp DT.
Signed-off-by: VNSL Durga <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Acked-by: Punnaiah Choudary Kalluri <[email protected]>
|
|
Add CCI-400 node to DTSI.
Signed-off-by: Michal Simek <[email protected]>
|
|
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
This patch adds broken-tuning property to SD and
eMMC nodes.
Signed-off-by: P L Sai Krishna <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
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 <[email protected]>
|
|
Signed-off-by: Edgar E. Iglesias <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Signed-off-by: Edgar E. Iglesias <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
This patch add 8-bit bus width property to eMMC node.
Signed-off-by: P L Sai Krishna <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
This patch makes compatible string as "m25p80" for qspi node in
ep108 device tree file
Signed-off-by: Ranjit Waghmode <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Add missing mmc aliases.
Signed-off-by: Michal Simek <[email protected]>
|
|
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 <[email protected]>
Reviewed-by: Sören Brinkmann <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Compatible property should be the first.
Signed-off-by: Michal Simek <[email protected]>
|
|
Add missing DT nodes and enable USB.
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Nathan Rossi <[email protected]>
|
|
Add missing qspi node and make qspi as spi0.
Signed-off-by: Michal Simek <[email protected]>
|
|
Sync with others zynq DTS files.
Signed-off-by: Michal Simek <[email protected]>
|
|
Keep nodes alphabelitally sorted.
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Nathan Rossi <[email protected]>
|
|
Add missing adv7511 and configure to match Base TRD.
Signed-off-by: Christian Kohn <[email protected]>
Reviewed-by: Nathan Rossi <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Add bindings for adv7511.
Signed-off-by: Christian Kohn <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Added phy reset gpio information for gem0.
Signed-off-by: Punnaiah Choudary Kalluri <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
- Sync with Linux kernel
- Remove rootfs
- Remove earlyprintk
Signed-off-by: Michal Simek <[email protected]>
|
|
- Have compatible string as the first property
- Sync with Linux kernel dtsi
- Add missing interrupt properties
Signed-off-by: Michal Simek <[email protected]>
|
|
Added addtional bindings required for FPGA Manager operation
of the Xilinx Zynq Devc configuration interface.
Signed-off-by: Moritz Fischer <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
Signed-off-by: Moritz Fischer <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
GPIO driver supports an input interrupt that's why gpio node itself can
be labeled as interrupt controller.
Reported-by: John Linn <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
|
|
|
|
|
|
Add MVEBU_TWSI1_BASE define so that the 2nd I2C controller on e.g. AXP
can be used.
Signed-off-by: Stefan Roese <[email protected]>
|
|
The Orange Pi One SBC, is a stripped down version of the popular
Orange Pi PC. The one is a H3 based SBC, with 512M of RAM,
micro-sd slot, 1 host usb, 1 otg usb, hdmi and 100Mbit ethernet.
The dts is identical to the dts submitted to the upstream kernel.
Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Ian Campbell <[email protected]>
|
|
We have CONFIG_CMD_GPIO=y in almost all sunxi boards, but after
its Kconfig conversion it has ended up missing on some recently
added boards.
Simply select it for ARCH_SUNXI, so that we get it on all
sunxi boards for both a consistent user experience and simpler
defconfig files.
Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Ian Campbell <[email protected]>
|