mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
ARM: zynq: Align model name with DT
Use model property to distinguish different configurations. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
134b0c8d6a
commit
a6af30908b
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
#include "zynq-cse-qspi.dtsi"
|
#include "zynq-cse-qspi.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Zynq CSE QSPI SINGLE Board";
|
||||||
|
};
|
||||||
|
|
||||||
&flash0 {
|
&flash0 {
|
||||||
spi-rx-bus-width = <4>;
|
spi-rx-bus-width = <4>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue