Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1655933
| From | Anup Patel <anup.patel@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v6 01/11] dt-bindings: bcm: Add Broadcom Stingray bindings document |
| Date | 2017-06-02 08:40 +0200 |
| Message-ID | <tNOpB-5Cb-47@gated-at.bofh.it> (permalink) |
| References | <tNOpA-5Cb-5@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 | Next in thread | Find similar | Unroll thread
[PATCH v6 00/11] Broadcom Stingray SOC Initial Support Anup Patel <anup.patel@broadcom.com> - 2017-06-02 08:40 +0200
[PATCH v6 05/11] arm64: dts: Add clock DT nodes for Stingray SOC Anup Patel <anup.patel@broadcom.com> - 2017-06-02 08:40 +0200
[PATCH v6 01/11] dt-bindings: bcm: Add Broadcom Stingray bindings document Anup Patel <anup.patel@broadcom.com> - 2017-06-02 08:40 +0200
Re: [PATCH v6 00/11] Broadcom Stingray SOC Initial Support Florian Fainelli <f.fainelli@gmail.com> - 2017-06-05 19:00 +0200
Re: [PATCH v6 00/11] Broadcom Stingray SOC Initial Support Florian Fainelli <f.fainelli@gmail.com> - 2017-06-06 04:10 +0200
Re: [PATCH v6 00/11] Broadcom Stingray SOC Initial Support Anup Patel <anup.patel@broadcom.com> - 2017-06-06 05:30 +0200
Re: [PATCH v6 00/11] Broadcom Stingray SOC Initial Support Stephen Boyd <sboyd@codeaurora.org> - 2017-06-07 00:40 +0200
csiph-web