• Johan Jonker's avatar
    arm64: dts: rockchip: add reg property to brcmf sub-nodes · 96ff264b
    Johan Jonker authored
    An experimental test with the command below gives this error:
    rk3399-firefly.dt.yaml: dwmmc@fe310000: wifi@1:
    'reg' is a required property
    rk3399-orangepi.dt.yaml: dwmmc@fe310000: wifi@1:
    'reg' is a required property
    rk3399-khadas-edge.dt.yaml: dwmmc@fe310000: wifi@1:
    'reg' is a required property
    rk3399-khadas-edge-captain.dt.yaml: dwmmc@fe310000: wifi@1:
    'reg' is a required property
    rk3399-khadas-edge-v.dt.yaml: dwmmc@fe310000: wifi@1:
    'reg' is a required property
    So fix this by adding a reg property to the brcmf sub node.
    Also add #address-cells and #size-cells to prevent more warnings.
    
    make ARCH=arm64 dtbs_check
    DT_SCHEMA_FILES=Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
    Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
    Link: https://lore.kernel.org/r/20200110142128.13522-1-jbx6244@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
    96ff264b
rk3399-khadas-edge.dtsi 15.2 KB