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


Groups > linux.kernel > #1675136

[PATCH v2 1/4] dt-bindings: ARM: brcmstb: Update Broadcom STB Power Management binding

From Florian Fainelli <f.fainelli@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 1/4] dt-bindings: ARM: brcmstb: Update Broadcom STB Power Management binding
Date 2017-06-27 00:40 +0200
Message-ID <tWKPL-8jJ-11@gated-at.bofh.it> (permalink)
References <tWKPL-8jJ-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Update the Broadcom STB Power Management binding document with new
compatible strings for the DDR PHY and memory controller found on newer
chips.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 Documentation/devicetree/bindings/arm/bcm/brcm,brcmstb.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,brcmstb.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,brcmstb.txt
index 0d0c1ae81bed..790e6b0b8306 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,brcmstb.txt
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,brcmstb.txt
@@ -164,6 +164,8 @@ Control registers for this memory controller's DDR PHY.
 
 Required properties:
 - compatible     : should contain one of these
+	"brcm,brcmstb-ddr-phy-v71.1"
+	"brcm,brcmstb-ddr-phy-v72.0"
 	"brcm,brcmstb-ddr-phy-v225.1"
 	"brcm,brcmstb-ddr-phy-v240.1"
 	"brcm,brcmstb-ddr-phy-v240.2"
@@ -184,7 +186,9 @@ Sequencer DRAM parameters and control registers. Used for Self-Refresh
 Power-Down (SRPD), among other things.
 
 Required properties:
-- compatible     : should contain "brcm,brcmstb-memc-ddr"
+- compatible     : should contain one of these
+	"brcm,brcmstb-memc-ddr-rev-b.2.2"
+	"brcm,brcmstb-memc-ddr"
 - reg            : the MEMC DDR register range
 
 Example:
-- 
2.9.3

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


Thread

[PATCH v2 0/4] Broadcom STB S2/S3/S5 support for ARM and MIPS Florian Fainelli <f.fainelli@gmail.com> - 2017-06-27 00:40 +0200
  [PATCH v2 1/4] dt-bindings: ARM: brcmstb: Update Broadcom STB Power Management binding Florian Fainelli <f.fainelli@gmail.com> - 2017-06-27 00:40 +0200
    Re: [PATCH v2 1/4] dt-bindings: ARM: brcmstb: Update Broadcom STB  Power Management binding Rob Herring <robh@kernel.org> - 2017-06-29 01:30 +0200
  Re: [PATCH v2 0/4] Broadcom STB S2/S3/S5 support for ARM and MIPS Florian Fainelli <f.fainelli@gmail.com> - 2017-06-27 00:40 +0200
  [PATCH v2 2/4] soc: bcm: brcmstb: Add support for S2/S3/S5 suspend states (ARM) Florian Fainelli <f.fainelli@gmail.com> - 2017-06-27 00:40 +0200
    Re: [PATCH v2 2/4] soc: bcm: brcmstb: Add support for S2/S3/S5  suspend states (ARM) Mark Rutland <mark.rutland@arm.com> - 2017-06-27 20:10 +0200
      Re: [PATCH v2 2/4] soc: bcm: brcmstb: Add support for S2/S3/S5  suspend states (ARM) Florian Fainelli <f.fainelli@gmail.com> - 2017-06-27 20:50 +0200
  [PATCH 2/4] misc: sram-exec: Use aligned fncpy instead of memcpy Florian Fainelli <f.fainelli@gmail.com> - 2017-06-27 00:40 +0200
  [PATCH 3/4] dt-bindings: Document the Broadcom STB wake-up timer node Florian Fainelli <f.fainelli@gmail.com> - 2017-06-27 00:40 +0200
  [PATCH v2 3/4] dt-bindings: Document MIPS Broadcom STB power management nodes Florian Fainelli <f.fainelli@gmail.com> - 2017-06-27 00:40 +0200
  [PATCH 1/4] misc: sram: Allow ARM64 to select SRAM_EXEC Florian Fainelli <f.fainelli@gmail.com> - 2017-06-27 00:40 +0200
    Re: [PATCH 1/4] misc: sram: Allow ARM64 to select SRAM_EXEC Mark Rutland <mark.rutland@arm.com> - 2017-06-27 19:50 +0200
      Re: [PATCH 1/4] misc: sram: Allow ARM64 to select SRAM_EXEC Florian Fainelli <f.fainelli@gmail.com> - 2017-06-27 20:30 +0200
        Re: [PATCH 1/4] misc: sram: Allow ARM64 to select SRAM_EXEC Mark Rutland <mark.rutland@arm.com> - 2017-06-28 17:00 +0200

csiph-web