summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynq-7000.dtsi
diff options
context:
space:
mode:
authorJagan Teki <jteki@openedev.com>2015-06-26 19:21:34 (GMT)
committerJagan Teki <jteki@openedev.com>2015-07-01 15:45:03 (GMT)
commitcdc9dd0750bcff780d54050512206fcf2ad05489 (patch)
treea17b748128e60aa2e7baafee4aed1af823c8eb83 /arch/arm/dts/zynq-7000.dtsi
parenta8a8fc9ceea8430224c8c0ac932a75c029a1e225 (diff)
downloadu-boot-cdc9dd0750bcff780d54050512206fcf2ad05489.tar.xz
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: Jagan Teki <jteki@openedev.com> Acked-by: Simon Glass <sjg@chromium.org> Cc: Michal Simek <michal.simek@xilinx.com> Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Tested-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'arch/arm/dts/zynq-7000.dtsi')
-rw-r--r--arch/arm/dts/zynq-7000.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi
index f66f8dc..9207159 100644
--- a/arch/arm/dts/zynq-7000.dtsi
+++ b/arch/arm/dts/zynq-7000.dtsi
@@ -117,6 +117,7 @@
interrupts = <0 26 4>;
clocks = <&clkc 25>, <&clkc 34>;
clock-names = "ref_clk", "pclk";
+ spi-max-frequency = <166666700>;
#address-cells = <1>;
#size-cells = <0>;
};
@@ -129,6 +130,7 @@
interrupts = <0 49 4>;
clocks = <&clkc 26>, <&clkc 35>;
clock-names = "ref_clk", "pclk";
+ spi-max-frequency = <166666700>;
#address-cells = <1>;
#size-cells = <0>;
};