diff options
author | Li Yang <leoyang.li@nxp.com> | 2021-10-12 18:58:20 -0500 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-10-15 11:16:49 +0800 |
commit | 6aae6c49690c9f425ee23dfb9d3d80b310f90d4b (patch) | |
tree | c52075f0e1726b3dd05ff46aa958a19a7ae31df0 | |
parent | 8bcf67b8d893b37646161080f8a67b5105f77687 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/ls1021a-qds.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ls1021a-qds.dts b/arch/arm/boot/dts/ls1021a-qds.dts index 6e469b46229f..f1acb97aee69 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>; |