lkml.org 
[lkml]   [2021]   [Feb]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 14/15] ARM: dts: ls1021a-qds: change fpga to simple-mfd device
    Date
    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>
    ---
    arch/arm/boot/dts/ls1021a-qds.dts | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/ls1021a-qds.dts b/arch/arm/boot/dts/ls1021a-qds.dts
    index 01fe0e7665f4..d311f60170ce 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>;
    --
    2.17.1
    \
     
     \ /
      Last update: 2021-02-06 05:53    [W:4.726 / U:0.420 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site