diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-07-22 10:47:33 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-07-28 11:56:22 +0200 |
commit | 40b383fa84cf5d54bfe79ecb6d5387c791f79421 (patch) | |
tree | 18ee498a2e937c2a58bc50c19d38189061ec8ff4 /arch | |
parent | 3ffcdc7aafe98627418dffbd9dd90eebcfc1deac (diff) | |
download | u-boot-imx-40b383fa84cf5d54bfe79ecb6d5387c791f79421.zip u-boot-imx-40b383fa84cf5d54bfe79ecb6d5387c791f79421.tar.gz u-boot-imx-40b383fa84cf5d54bfe79ecb6d5387c791f79421.tar.bz2 |
spi: Fix zynq SPI binding
Zynq is using Cadence IP where binding is documented in the Linux kernel
and there is no reason to use different binding.
Synchronize it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/zynq-7000.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi index 7679cf2..d212b60 100644 --- a/arch/arm/dts/zynq-7000.dtsi +++ b/arch/arm/dts/zynq-7000.dtsi @@ -166,7 +166,7 @@ }; spi0: spi@e0006000 { - compatible = "xlnx,zynq-spi"; + compatible = "xlnx,zynq-spi-r1p6"; reg = <0xe0006000 0x1000>; status = "disabled"; interrupt-parent = <&intc>; @@ -179,7 +179,7 @@ }; spi1: spi@e0007000 { - compatible = "xlnx,zynq-spi"; + compatible = "xlnx,zynq-spi-r1p6"; reg = <0xe0007000 0x1000>; status = "disabled"; interrupt-parent = <&intc>; |