Commit 6aae6c49 authored by Li Yang's avatar Li Yang Committed by Shawn Guo
Browse files

ARM: dts: ls1021a-qds: change fpga to simple-mfd device



The FPGA is not really a bus but more like an MFD device.  Change the
compatible string from "simple-bus" to "simple-mfd".  This also fix a
node name issue with simple-bus schema.

Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8bcf67b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ nand@2,0 {
	fpga: board-control@3,0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "simple-bus";
		compatible = "simple-mfd";
		reg = <0x3 0x0 0x0000100>;
		bank-width = <1>;
		device-width = <1>;