diff options
| author | Kevin Cernekee <cernekee@gmail.com> | 2014-12-25 12:49:19 -0500 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 11:21:42 -0400 |
| commit | 81a07b4abe1b574605b67e01e3167be44b541980 (patch) | |
| tree | cd2575b8a9a73796e0cda2516057c6c7ec0ebce1 /Documentation/devicetree/bindings/mips/brcm | |
| parent | cd586ebc324d7514ca1129f5847fbf83b0a59b60 (diff) | |
MIPS: BMIPS: Update DT bindings to reflect new SoC support
Add an entry for each supported Broadcom SoC.
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Cc: f.fainelli@gmail.com
Cc: abrestic@chromium.org
Cc: tglx@linutronix.de
Cc: jason@lakedaemon.net
Cc: jogo@openwrt.org
Cc: arnd@arndb.de
Cc: computersforpeace@gmail.com
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8857/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mips/brcm')
| -rw-r--r-- | Documentation/devicetree/bindings/mips/brcm/cm-dsl.txt | 11 | ||||
| -rw-r--r-- | Documentation/devicetree/bindings/mips/brcm/soc.txt | 12 |
2 files changed, 12 insertions, 11 deletions
diff --git a/Documentation/devicetree/bindings/mips/brcm/cm-dsl.txt b/Documentation/devicetree/bindings/mips/brcm/cm-dsl.txt deleted file mode 100644 index 8a139cb3c0b5..000000000000 --- a/Documentation/devicetree/bindings/mips/brcm/cm-dsl.txt +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | * Broadcom cable/DSL platforms | ||
| 2 | |||
| 3 | SoCs: | ||
| 4 | |||
| 5 | Required properties: | ||
| 6 | - compatible: "brcm,bcm3384", "brcm,bcm33843" | ||
| 7 | |||
| 8 | Boards: | ||
| 9 | |||
| 10 | Required properties: | ||
| 11 | - compatible: "brcm,bcm93384wvg" | ||
diff --git a/Documentation/devicetree/bindings/mips/brcm/soc.txt b/Documentation/devicetree/bindings/mips/brcm/soc.txt new file mode 100644 index 000000000000..7bab90cc4a7b --- /dev/null +++ b/Documentation/devicetree/bindings/mips/brcm/soc.txt | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | * Broadcom cable/DSL/settop platforms | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | |||
| 5 | - compatible: "brcm,bcm3384", "brcm,bcm33843" | ||
| 6 | "brcm,bcm3384-viper", "brcm,bcm33843-viper" | ||
| 7 | "brcm,bcm6328", "brcm,bcm6368", | ||
| 8 | "brcm,bcm7125", "brcm,bcm7346", "brcm,bcm7358", "brcm,bcm7360", | ||
| 9 | "brcm,bcm7362", "brcm,bcm7420", "brcm,bcm7425" | ||
| 10 | |||
| 11 | The experimental -viper variants are for running Linux on the 3384's | ||
| 12 | BMIPS4355 cable modem CPU instead of the BMIPS5000 application processor. | ||
