ARM: dts: vf610: Add missing QuadSPI register mapping and names.
authorCory Tusar <cory.tusar@pid1solutions.com>
Wed, 8 Jul 2015 20:21:15 +0000 (16:21 -0400)
committerShawn Guo <shawnguo@kernel.org>
Tue, 11 Aug 2015 15:15:14 +0000 (23:15 +0800)
Both 'reg' and 'reg-names' are required properties according to binding
documentation, and both should contain two items.

Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vfxxx.dtsi

index 25f2615afd39b6b7eabfa3ee9bc8291568768226..c657218d22bab1696ffd19492487fade4dd9f094 100644 (file)
                                #address-cells = <1>;
                                #size-cells = <0>;
                                compatible = "fsl,vf610-qspi";
-                               reg = <0x40044000 0x1000>;
+                               reg = <0x40044000 0x1000>, <0x20000000 0x10000000>;
+                               reg-names = "QuadSPI", "QuadSPI-memory";
                                interrupts = <24 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks VF610_CLK_QSPI0_EN>,
                                        <&clks VF610_CLK_QSPI0>;
This page took 0.025084 seconds and 5 git commands to generate.