mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 10:12:14 +02:00
ARM: zynq: Fix spi name node
None name address should be aligned with address. DTC 1.5.1 is reporting issues related to that. arch/arm/boot/dts/zynq-zc770-xm010.dts:106.10-119.4: Warning (spi_bus_reg): /amba/spi@e0007000/flash@0: SPI bus unit address format error, expected "1" arch/arm/boot/dts/zynq-zc770-xm013.dts:101.19-109.4: Warning (spi_bus_reg): /amba/spi@e0006000/eeprom@0: SPI bus unit address format error, expected "2" Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
num-cs = <4>;
|
num-cs = <4>;
|
||||||
is-decoded-cs = <0>;
|
is-decoded-cs = <0>;
|
||||||
flash@0 {
|
flash@1 {
|
||||||
compatible = "sst25wf080", "jedec,spi-nor";
|
compatible = "sst25wf080", "jedec,spi-nor";
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
|
@@ -67,7 +67,7 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
num-cs = <4>;
|
num-cs = <4>;
|
||||||
is-decoded-cs = <0>;
|
is-decoded-cs = <0>;
|
||||||
eeprom: eeprom@0 {
|
eeprom: eeprom@2 {
|
||||||
at25,byte-len = <8192>;
|
at25,byte-len = <8192>;
|
||||||
at25,addr-mode = <2>;
|
at25,addr-mode = <2>;
|
||||||
at25,page-size = <32>;
|
at25,page-size = <32>;
|
||||||
|
Reference in New Issue
Block a user