projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7048499
)
arm64: xilinx: Setup default number of chipselects for zcu100
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 31 May 2018 07:50:10 +0000
(09:50 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 19 Jul 2018 08:49:55 +0000
(10:49 +0200)
There is only one chipselect on each connector.
Define it directly in board dts file.
There should be an option to use more chipselects via gpios.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zcu100-revC.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp-zcu100-revC.dts
b/arch/arm/dts/zynqmp-zcu100-revC.dts
index 6e575a063befbacfcaa8926f0daef2e16702dce7..2fffe177b589e23ceb76c37b5858c255a6fc4715 100644
(file)
--- a/
arch/arm/dts/zynqmp-zcu100-revC.dts
+++ b/
arch/arm/dts/zynqmp-zcu100-revC.dts
@@
-280,11
+280,13
@@
&spi0 { /* Low Speed connector */
status = "okay";
label = "LS-SPI0";
+ num-cs = <1>;
};
&spi1 { /* High Speed connector */
status = "okay";
label = "HS-SPI1";
+ num-cs = <1>;
};
&uart0 {