On 11/16/2017 06:19 PM, Jaedon Shin wrote: > This series adds power and memory management related devie tree nodes for > Broadcom STB platforms. > > Jaedon Shin (3): > MIPS: BMIPS: Add Broadcom STB power management nodes > MIPS: BMIPS: Add Broadcom STB wake-up timer nodes > MIPS: BMIPS: Add Broadcom STB watchdog nodes Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx> Thanks! > > arch/mips/boot/dts/brcm/bcm7125.dtsi | 7 +++ > arch/mips/boot/dts/brcm/bcm7346.dtsi | 62 +++++++++++++++++++++ > arch/mips/boot/dts/brcm/bcm7358.dtsi | 17 ++++++ > arch/mips/boot/dts/brcm/bcm7360.dtsi | 62 +++++++++++++++++++++ > arch/mips/boot/dts/brcm/bcm7362.dtsi | 62 +++++++++++++++++++++ > arch/mips/boot/dts/brcm/bcm7420.dtsi | 7 +++ > arch/mips/boot/dts/brcm/bcm7425.dtsi | 89 +++++++++++++++++++++++++++++++ > arch/mips/boot/dts/brcm/bcm7435.dtsi | 89 +++++++++++++++++++++++++++++++ > arch/mips/boot/dts/brcm/bcm97125cbmb.dts | 4 ++ > arch/mips/boot/dts/brcm/bcm97346dbsmb.dts | 8 +++ > arch/mips/boot/dts/brcm/bcm97358svmb.dts | 8 +++ > arch/mips/boot/dts/brcm/bcm97360svmb.dts | 8 +++ > arch/mips/boot/dts/brcm/bcm97362svmb.dts | 8 +++ > arch/mips/boot/dts/brcm/bcm97420c.dts | 4 ++ > arch/mips/boot/dts/brcm/bcm97425svmb.dts | 8 +++ > arch/mips/boot/dts/brcm/bcm97435svmb.dts | 8 +++ > 16 files changed, 451 insertions(+) > -- Florian