Re: [PATCH 1/2] soc: bcm: brcmstb: pm: Add support for newer rev B3.0 controllers

From: Rob Herring
Date: Tue May 22 2018 - 17:36:36 EST


On Fri, May 11, 2018 at 03:02:41PM -0700, Florian Fainelli wrote:
> From: Doug Berger <opendmb@xxxxxxxxx>
>
> Update the Device Tree binding document and add a matching entry for the
> MEMC DDR controller revision B3.0 which is found on chips like 7278A0
> and newer.
>
> Signed-off-by: Doug Berger <opendmb@xxxxxxxxx>
> [florian: tweak commit message, make it apply to upstream kernel]
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
> ---
> Documentation/devicetree/bindings/arm/bcm/brcm,brcmstb.txt | 1 +
> drivers/soc/bcm/brcmstb/pm/pm-arm.c | 4 ++++
> 2 files changed, 5 insertions(+)

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>

Side note: this should really move out of bindings/arm/ to
bindings/memory-controllers/ or at least to its own file.

Rob