]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: armada-385-turris-omnia: rename node in -u-boot.dtsi file
authorMarek Behún <marek.behun@nic.cz>
Tue, 9 Feb 2021 02:43:03 +0000 (03:43 +0100)
committerStefan Roese <sr@denx.de>
Fri, 26 Feb 2021 09:22:29 +0000 (10:22 +0100)
The SPI NOR flash node name in main device tree for Turris Omnia is
called `spi-nor@0`.

Rename node spi-flash@0 in Turris Omnia's -u-boot.dtsi file to spi-nor@0
so that U-Boot does not try to probe the same SPI NOR device multiple
times.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Cc: Stefan Roese <sr@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Pali Rohár <pali@kernel.org>
arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi

index 1b46797583d673b9d155fc77b76487965047a53e..af0655daaa02bdb9ce5e5161227f139f09f73b79 100644 (file)
 &spi0 {
        u-boot,dm-pre-reloc;
 
-       spi-flash@0 {
-               compatible = "jedec,spi-nor";
-               reg = <0>;
-               spi-max-frequency = <40000000>;
+       spi-nor@0 {
                u-boot,dm-pre-reloc;
        };
 };