From: Li Yang Date: Tue, 12 Oct 2021 23:58:20 +0000 (-0500) Subject: ARM: dts: ls1021a-qds: change fpga to simple-mfd device X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6aae6c49690c9f425ee23dfb9d3d80b310f90d4b;p=linux.git 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/ls1021a-qds.dts b/arch/arm/boot/dts/ls1021a-qds.dts index 6e469b46229ff..f1acb97aee69b 100644 --- a/arch/arm/boot/dts/ls1021a-qds.dts +++ b/arch/arm/boot/dts/ls1021a-qds.dts @@ -205,7 +205,7 @@ 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>;