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 <redacted>
---
.../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 <redacted>
+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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html