[PATCH v3 3/4] dt-bindings: Document MIPS Broadcom STB power management nodes

Rob Herring robh at kernel.org
Mon Jul 10 07:13:42 PDT 2017


On Thu, Jul 06, 2017 at 03:22:24PM -0700, Florian Fainelli wrote:
> Document the different nodes required for supporting S2/S3/S5 suspend
> states on MIPS-based Broadcom STB SoCs.
> 
> Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
> ---
>  .../devicetree/bindings/mips/brcm/soc.txt          | 153 +++++++++++++++++++++
>  1 file changed, 153 insertions(+)

A couple of nits on the node names, otherwise:

Acked-by: Rob Herring <robh at kernel.org>

> +Example:
> +
> +	memory-controller: memc at 0 {

memory-controller at 0

> +		compatible = "brcm,brcmstb-memc", "simple-bus";
> +		ranges = <0x0 0x0 0xa000>;
> +		#address-cells = <1>;
> +		#size-cells = <1>;
> +
> +		memc-arb at 1000 {
> +			...
> +		};
> +
> +		memc-ddr at 2000 {
> +			...
> +		};
> +
> +		ddr-phy at 6000 {
> +			...
> +		};
> +	};


> +Example:
> +
> +	timers: timers at 4067c0 {

timer at ...

> +		compatible = "brcm,bcm7425-timers", "brcm,brcmstb-timers";
> +		reg = <0x4067c0 0x40>;
> +		interrupts = <&periph_intc 19>;
> +	};
> -- 
> 2.9.3
> 



More information about the linux-arm-kernel mailing list