arm64: dts: ls208xa-qds: Fix the 'reg' property
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 5 Feb 2018 18:45:38 +0000 (16:45 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Feb 2018 05:11:49 +0000 (13:11 +0800)
The 'reg' property should match the corresponding @ address, so
fix it accordingly.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi

index a1a5ccbce584c7ad58538a143f330843825dc0f7..1de618801c736a0ebaa753ab4dfce8c27b3e370d 100644 (file)
                #size-cells = <1>;
                compatible = "st,m25p80";
                spi-max-frequency = <20000000>;
-               reg = <0>;
+               reg = <2>;
        };
 };