mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
e3a1e78cd8
It compiles but *doesn't* boot so it isn't enabled yet. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
29 lines
967 B
Diff
29 lines
967 B
Diff
From 3a5da4f54801ac42837a0b3151fa8285e01e8b0e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
|
|
Date: Tue, 8 Dec 2020 08:03:03 +0100
|
|
Subject: [PATCH] dt-bindings: arm: bcm: document Netgear R8000P binding
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
It's a BCM4906 based device.
|
|
|
|
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
|
|
---
|
|
Documentation/devicetree/bindings/arm/bcm/brcm,bcm4908.yaml | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4908.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4908.yaml
|
|
@@ -19,6 +19,8 @@ properties:
|
|
oneOf:
|
|
- description: BCM4906 based boards
|
|
items:
|
|
+ - enum:
|
|
+ - netgear,r8000p
|
|
- const: brcm,bcm4906
|
|
- const: brcm,bcm4908
|
|
|