Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1651269
| From | Anup Patel <anup.patel@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 01/11] dt-bindings: bcm: Add Broadcom Stingray bindings document |
| Date | 2017-05-26 11:40 +0200 |
| Message-ID | <tLjSW-490-29@gated-at.bofh.it> (permalink) |
| References | <tLjJg-44G-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch adds DT bindings info for Broadcom Stingray SOC and related reference boards. Signed-off-by: Anup Patel <anup.patel@broadcom.com> Acked-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt new file mode 100644 index 0000000..23a0217 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt @@ -0,0 +1,12 @@ +Broadcom Stingray device tree bindings +------------------------------------------------ + +Boards with Stingray shall have the following properties: + +Required root node property: + +Stingray Combo SVK board +compatible = "brcm,bcm958742k", "brcm,stingray"; + +Stingray SST100 board +compatible = "brcm,bcm958742t", "brcm,stingray"; -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v5 00/11] Broadcom Stingray SOC Initial Support Anup Patel <anup.patel@broadcom.com> - 2017-05-26 11:40 +0200 [PATCH v5 03/11] clk: bcm: Add clocks for Stingray SOC Anup Patel <anup.patel@broadcom.com> - 2017-05-26 11:40 +0200 [PATCH v5 10/11] arm64: dts: Add PL022, PL330 and SP805 DT nodes for Stingray Anup Patel <anup.patel@broadcom.com> - 2017-05-26 11:40 +0200 [PATCH v5 02/11] dt-bindings: clk: Extend binding doc for Stingray SOC Anup Patel <anup.patel@broadcom.com> - 2017-05-26 11:40 +0200 [PATCH v5 01/11] dt-bindings: bcm: Add Broadcom Stingray bindings document Anup Patel <anup.patel@broadcom.com> - 2017-05-26 11:40 +0200
csiph-web