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


Groups > linux.kernel > #1238693

[PATCH 03/10] clk: iproc: define Broadcom NSP iProc clock binding

From Jon Mason <jonmason@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH 03/10] clk: iproc: define Broadcom NSP iProc clock binding
Date 2015-10-03 01:10 +0200
Message-ID <qfhCG-P8-17@gated-at.bofh.it> (permalink)
References <qfht0-oF-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Document the device tree bindings for Broadcom Northstar Plus
architecture based clock controller

Signed-off-by: Jon Mason <jonmason@broadcom.com>
---
 .../bindings/clock/brcm,iproc-clocks.txt           | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt b/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt
index da8d9bb..b3c3e9d 100644
--- a/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt
+++ b/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt
@@ -130,3 +130,33 @@ These clock IDs are defined in:
     ch3_unused mipipll          4       BCM_CYGNUS_MIPIPLL_CH3_UNUSED
     ch4_unused mipipll          5       BCM_CYGNUS_MIPIPLL_CH4_UNUSED
     ch5_unused mipipll          6       BCM_CYGNUS_MIPIPLL_CH5_UNUSED
+
+Northstar and Northstar Plus
+------
+PLL and leaf clock compatible strings for Northstar and Northstar Plus are:
+ "brcm,nsp-armpll"
+ "brcm,nsp-genpll"
+ "brcm,nsp-lcpll0"
+
+The following table defines the set of PLL/clock index and ID for Northstar and
+Northstar Plus.  These clock IDs are defined in:
+    "include/dt-bindings/clock/bcm-nsp.h"
+
+    Clock	Source		Index	ID
+    ---		-----		-----	---------
+    crystal	N/A		N/A	N/A
+
+    armpll	crystal		N/A	N/A
+
+    genpll	crystal		0	BCM_NSP_GENPLL
+    phy		genpll		1	BCM_NSP_GENPLL_PHY_CLK
+    ethernetclk	genpll		2	BCM_NSP_GENPLL_ENET_SW_CLK
+    usbclk	genpll		3	BCM_NSP_GENPLL_USB_PHY_REF_CLK
+    iprocfast	genpll		4	BCM_NSP_GENPLL_IPROCFAST_CLK
+    sata1	genpll		5	BCM_NSP_GENPLL_SATA1_CLK
+    sata2	genpll		6	BCM_NSP_GENPLL_SATA2_CLK
+
+    lcpll0	crystal		0	BCM_NSP_LCPLL0
+    pcie_phy	lcpll0		1	BCM_NSP_LCPLL0_PCIE_PHY_REF_CLK
+    sdio	lcpll0		2	BCM_NSP_LCPLL0_SDIO_CLK
+    ddr_phy	lcpll0		3	BCM_NSP_LCPLL0_DDR_PHY_CLK
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH 0/10] clk: iproc: add support for BCM NS, NSP, and NS2  Jon Mason <jonmason@broadcom.com> - 2015-10-03 01:00 +0200
  [PATCH 09/10] clk: ns2: add clock support for Broadcom Northstar 2 SoC Jon Mason <jonmason@broadcom.com> - 2015-10-03 01:00 +0200
  [PATCH 10/10] ARM: dts: enable clock support for Broadcom NS2 Jon Mason <jonmason@broadcom.com> - 2015-10-03 01:00 +0200
  [PATCH 06/10] clk: iproc: Split off dig_filter Jon Mason <jonmason@broadcom.com> - 2015-10-03 01:00 +0200
  [PATCH 02/10] clk: nsp: add clock support for Broadcom Northstar Plus SoC Jon Mason <jonmason@broadcom.com> - 2015-10-03 01:00 +0200
  [PATCH 08/10] clk: iproc: define Broadcom NS2 iProc clock binding Jon Mason <jonmason@broadcom.com> - 2015-10-03 01:00 +0200
  [PATCH 04/10] ARM: dts: enable clock support for BCM5301X Jon Mason <jonmason@broadcom.com> - 2015-10-03 01:10 +0200
  [PATCH 03/10] clk: iproc: define Broadcom NSP iProc clock binding Jon Mason <jonmason@broadcom.com> - 2015-10-03 01:10 +0200
  [PATCH 01/10] clk: iproc: Add PWRCTRL support Jon Mason <jonmason@broadcom.com> - 2015-10-03 01:10 +0200
  [PATCH 07/10] clk: iproc: Separate status and control variables Jon Mason <jonmason@broadcom.com> - 2015-10-03 01:10 +0200

csiph-web