Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1684286

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

From Rob Herring <robh@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v3 3/4] dt-bindings: Document MIPS Broadcom STB power management nodes
Date 2017-07-10 16:20 +0200
Message-ID <u1HHA-64w-17@gated-at.bofh.it> (permalink)
References <u0nrz-3is-3@gated-at.bofh.it> <u0nrA-3is-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@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@kernel.org>

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

memory-controller@0

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


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

timer@...

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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/4] Broadcom STB S2/S3/S5 support for ARM and MIPS Florian Fainelli <f.fainelli@gmail.com> - 2017-07-07 00:30 +0200
  [PATCH v3 3/4] dt-bindings: Document MIPS Broadcom STB power management nodes Florian Fainelli <f.fainelli@gmail.com> - 2017-07-07 00:30 +0200
    Re: [PATCH v3 3/4] dt-bindings: Document MIPS Broadcom STB power  management nodes Rob Herring <robh@kernel.org> - 2017-07-10 16:20 +0200
  [PATCH v3 4/4] soc bcm: brcmstb: Add support for S2/S3/S5 suspend states (MIPS) Florian Fainelli <f.fainelli@gmail.com> - 2017-07-07 00:30 +0200
  [PATCH v3 2/4] soc: bcm: brcmstb: Add support for S2/S3/S5 suspend states (ARM) Florian Fainelli <f.fainelli@gmail.com> - 2017-07-07 00:30 +0200
  [PATCH v3 1/4] dt-bindings: ARM: brcmstb: Update Broadcom STB Power Management binding Florian Fainelli <f.fainelli@gmail.com> - 2017-07-07 00:30 +0200

csiph-web