diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-02-05 13:45:38 -0500 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-12 00:11:49 -0500 |
commit | 8acb019209a646db73934c52a57d4021e533f679 (patch) | |
tree | 930eeffa0776d58d573dc486ef6f55199fd1d73c | |
parent | 5c1f3d95f7b7a1c0a52e148523a411d153e82c48 (diff) |
arm64: dts: ls208xa-qds: Fix the 'reg' property
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi index a1a5ccbce584..1de618801c73 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi | |||
@@ -177,7 +177,7 @@ | |||
177 | #size-cells = <1>; | 177 | #size-cells = <1>; |
178 | compatible = "st,m25p80"; | 178 | compatible = "st,m25p80"; |
179 | spi-max-frequency = <20000000>; | 179 | spi-max-frequency = <20000000>; |
180 | reg = <0>; | 180 | reg = <2>; |
181 | }; | 181 | }; |
182 | }; | 182 | }; |
183 | 183 | ||