Skip to content
Snippets Groups Projects
Commit cdc9dd07 authored by Jagan Teki's avatar Jagan Teki
Browse files

spi: zynq_spi: Add fdt support in driver


Now zynq spi driver platform data is controlled by devicetree,
enable the status by saying "okay" on respective board dts to use
the devicetree generated platdata.

Ex:
&spi1 {
	status = "okay";
};

Signed-off-by: default avatarJagan Teki <jteki@openedev.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Tested-by: default avatarJagan Teki <jteki@openedev.com>
parent a8a8fc9c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment