Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Li Yang and committed by
Shawn Guo
6aae6c49 8bcf67b8

+1 -1
+1 -1
arch/arm/boot/dts/ls1021a-qds.dts
··· 205 205 fpga: board-control@3,0 { 206 206 #address-cells = <1>; 207 207 #size-cells = <1>; 208 - compatible = "simple-bus"; 208 + compatible = "simple-mfd"; 209 209 reg = <0x3 0x0 0x0000100>; 210 210 bank-width = <1>; 211 211 device-width = <1>;