Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1641048
| From | Andreas Färber <afaerber@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 2/5] dt-bindings: arm: Add Realtek RTD1295 bindings |
| Date | 2017-05-14 04:30 +0200 |
| Message-ID | <tGRsf-3VA-27@gated-at.bofh.it> (permalink) |
| References | <tGRse-3VA-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The Zidoo X9S and a few other recent TV boxes feature the Realtek RTD1295, a quad-core ARM Cortex-A53 SoC. Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Roc He <hepeng@zidoo.tv> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Andreas Färber <afaerber@suse.de> --- v2 -> v3: unchanged v1 -> v2: * Changed subject * Extended commit message * Clarified wording Documentation/devicetree/bindings/arm/realtek.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/realtek.txt diff --git a/Documentation/devicetree/bindings/arm/realtek.txt b/Documentation/devicetree/bindings/arm/realtek.txt new file mode 100644 index 000000000000..13d755787b4f --- /dev/null +++ b/Documentation/devicetree/bindings/arm/realtek.txt @@ -0,0 +1,20 @@ +Realtek platforms device tree bindings +-------------------------------------- + + +RTD1295 SoC +=========== + +Required root node properties: + + - compatible : must contain "realtek,rtd1295" + + +Root node property compatible must contain, depending on board: + + - Zidoo X9S: "zidoo,x9s" + + +Example: + + compatible = "zidoo,x9s", "realtek,rtd1295"; -- 2.12.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] arm64: Initial Realtek RTD1295 enablement Andreas Färber <afaerber@suse.de> - 2017-05-14 04:30 +0200 [PATCH v3 1/5] dt-bindings: Add vendor prefix for Zidoo Andreas Färber <afaerber@suse.de> - 2017-05-14 04:30 +0200 [PATCH v3 2/5] dt-bindings: arm: Add Realtek RTD1295 bindings Andreas Färber <afaerber@suse.de> - 2017-05-14 04:30 +0200 [PATCH v3 5/5] MAINTAINERS: Add Realtek section Andreas Färber <afaerber@suse.de> - 2017-05-14 04:30 +0200
csiph-web