提交 b9f7edee 编写于 作者: M Michal Simek

arm64: zynqmp: Remove leading 0s from mtd table for spi flashes

dtc reports issues with it.
arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm016-dc2.dtb: Warning
(unit_address_format): Node
/amba/spi@ff040000/spi0_flash0@0/spi0_flash0@00000000 unit name should
not have leading 0s
arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm016-dc2.dtb: Warning
(unit_address_format): Node
/amba/spi@ff050000/spi1_flash0@0/spi1_flash0@00000000 unit name should
not have leading 0s
arch/arm64/boot/dts/xilinx/zynqmp-ep108.dtb: Warning
(unit_address_format): Node
/amba/spi@ff040000/spi0_flash0@0/spi0_flash0@00000000 unit name should
not have leading 0s
arch/arm64/boot/dts/xilinx/zynqmp-ep108.dtb: Warning
(unit_address_format): Node
/amba/spi@ff050000/spi1_flash0@0/spi1_flash0@00000000 unit name should
not have leading 0s
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 816019a8
......@@ -174,7 +174,7 @@
spi-max-frequency = <50000000>;
reg = <0>;
spi0_flash0@00000000 {
spi0_flash0@0 {
label = "spi0_flash0";
reg = <0x0 0x100000>;
};
......@@ -191,7 +191,7 @@
spi-max-frequency = <50000000>;
reg = <0>;
spi1_flash0@00000000 {
spi1_flash0@0 {
label = "spi1_flash0";
reg = <0x0 0x100000>;
};
......
......@@ -197,7 +197,7 @@
spi-max-frequency = <50000000>;
reg = <0>;
spi0_flash0@00000000 {
spi0_flash0@0 {
label = "spi0_flash0";
reg = <0x0 0x100000>;
};
......@@ -214,7 +214,7 @@
spi-max-frequency = <20000000>;
reg = <0>;
spi1_flash0@00000000 {
spi1_flash0@0 {
label = "spi1_flash0";
reg = <0x0 0x84000>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册