ARM: dts: ls1021a-qds: change fpga to simple-mfd device
authorLi Yang <leoyang.li@nxp.com>
Tue, 12 Oct 2021 23:58:20 +0000 (18:58 -0500)
committerShawn Guo <shawnguo@kernel.org>
Fri, 15 Oct 2021 03:16:49 +0000 (11:16 +0800)
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>
arch/arm/boot/dts/ls1021a-qds.dts

index 6e469b4..f1acb97 100644 (file)
        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>;