• Simon Horman's avatar
    ARM: dts: r8a7743: move timer and thermal-zones nodes out of bus · b9db3aff
    Simon Horman authored
    The timer and thermal-zones nodes do not have any register properties and
    thus shouldn't be placed on the bus.
    
    This problem is flagged by the compiler as follows:
    $ make
      DTC     arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dtb
    arch/arm/boot/dts/r8a7743-iwg20d-q7.dtb: Warning (simple_bus_reg): Node /soc/thermal-zones missing or empty reg/ranges property
    arch/arm/boot/dts/r8a7743-iwg20d-q7.dtb: Warning (simple_bus_reg): Node /soc/timer missing or empty reg/ranges property
    arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dtb: Warning (simple_bus_reg): Node /soc/thermal-zones missing or empty reg/ranges property
    arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dtb: Warning (simple_bus_reg): Node /soc/timer missing or empty reg/ranges property
      DTC     arch/arm/boot/dts/r8a7743-sk-rzg1m.dtb
    arch/arm/boot/dts/r8a7743-sk-rzg1m.dtb: Warning (simple_bus_reg): Node /soc/thermal-zones missing or empty reg/ranges property
    arch/arm/boot/dts/r8a7743-sk-rzg1m.dtb: Warning (simple_bus_reg): Node /soc/timer missing or empty reg/ranges property
    Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
    Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
    b9db3aff
r8a7743.dtsi 48.8 KB