]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
arm: zynq: Remove 0x prefixes from cc108
authorMichal Simek <michal.simek@xilinx.com>
Tue, 27 Mar 2018 12:31:42 +0000 (14:31 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 23 Apr 2018 09:54:22 +0000 (11:54 +0200)
The patch fixing issues reported by DTC:
arch/arm/boot/dts/zynq-cc108.dtb: Warning (unit_address_format): Node
/amba/spi@e000d000/flash@0/partition@0x400000 unit name should not have
leading "0x"
arch/arm/boot/dts/zynq-cc108.dtb: Warning (unit_address_format): Node
/amba/spi@e000d000/flash@0/partition@0x800000 unit name should not have
leading "0x"
arch/arm/boot/dts/zynq-cc108.dtb: Warning (unit_address_format): Node
/amba/spi@e000d000/flash@0/partition@0xc00000 unit name should not have
leading "0x"
arch/arm/boot/dts/zynq-cc108.dtb: Warning (unit_address_format): Node
/amba/spi@e000d000/flash@0/partition@0xd00000 unit name should not have
leading "0x"
arch/arm/boot/dts/zynq-cc108.dtb: Warning (unit_address_format): Node
/amba/spi@e000d000/flash@0/partition@0xf00000 unit name should not have
leading "0x"

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-cc108.dts

index 0e32625908ed430cb837d8f51edfec7d47792921..5f8a0d255529247bdbfb861501d8943c50a9fb1e 100644 (file)
                        label = "qspi-fsbl-uboot-bs";
                        reg = <0x0 0x400000>; /* 4MB */
                };
-               partition@0x400000 {
+               partition@400000 {
                        label = "qspi-linux";
                        reg = <0x400000 0x400000>; /* 4MB */
                };
-               partition@0x800000 {
+               partition@800000 {
                        label = "qspi-rootfs";
                        reg = <0x800000 0x400000>; /* 4MB */
                };
-               partition@0xc00000 {
+               partition@c00000 {
                        label = "qspi-devicetree";
                        reg = <0xc00000 0x100000>; /* 1MB */
                };
-               partition@0xd00000 {
+               partition@d00000 {
                        label = "qspi-scratch";
                        reg = <0xd00000 0x200000>; /* 2MB */
                };
-               partition@0xf00000 {
+               partition@f00000 {
                        label = "qspi-uboot-env";
                        reg = <0xf00000 0x100000>; /* 1MB */
                };