]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
arm64: dts: freescale: align SPI NOR node name with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 7 Apr 2022 14:31:55 +0000 (16:31 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 11 Apr 2022 01:50:03 +0000 (09:50 +0800)
The node names should be generic and SPI NOR dtschema expects "flash".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi
arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi
arch/arm64/boot/dts/freescale/imx8mm-emcon.dtsi
arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi

index 10d2fe0919651a151b534de871fb70eab83d99e2..6fab73d484b6f16b3e3fd7e034b258f0d6c34820 100644 (file)
 
 &dspi {
        status = "okay";
-       dflash0: n25q128a@0 {
+       dflash0: flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "st,m25p80";
                spi-max-frequency = <3000000>;
                reg = <0>;
        };
-       dflash1: sst25wf040b@1 {
+       dflash1: flash@1 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "st,m25p80";
                spi-max-frequency = <3000000>;
                reg = <1>;
        };
-       dflash2: en25s64@2 {
+       dflash2: flash@2 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "st,m25p80";
 
 &qspi {
        status = "okay";
-       flash0: s25fl256s1@0 {
+       flash0: flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "st,m25p80";
                spi-tx-bus-width = <4>;
                reg = <0>;
        };
-       flash2: s25fl256s1@2 {
+       flash2: flash@2 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "st,m25p80";
index 4b71c4fcb35f695a6de1604e1836a7a15c5a22a4..f8135c5c252d048cf86b3017dc7d664a17d0e2d4 100644 (file)
 
 &dspi {
        status = "okay";
-       dflash0: n25q512a@0 {
+       dflash0: flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "st,m25p80";
index 7c4af71baab9c22b219c3935b094bedefe6969c2..0dbdc9ec3fe5faf43d87019727707b3c3015768a 100644 (file)
@@ -98,7 +98,7 @@
        pinctrl-1 = <&pinctrl_flexspi1>;
        status = "okay";
 
-       flash0: spi-flash@0 {
+       flash0: flash@0 {
                reg = <0>;
                #address-cells = <1>;
                #size-cells = <1>;
index 22a5ef771d4ed317c56cb784705f58e515f5974f..8f90eb02550d8e75a1fd0c1000e67238b26f4908 100644 (file)
@@ -66,7 +66,7 @@
        cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
        status = "okay";
 
-       spi-flash@0 {
+       flash@0 {
                compatible = "mxicy,mx25r1635f", "jedec,spi-nor";
                spi-max-frequency = <80000000>;
                reg = <0>;