From mboxrd@z Thu Jan 1 00:00:00 1970 From: b.galvani@gmail.com (Beniamino Galvani) Date: Sun, 5 Oct 2014 23:59:17 +0200 Subject: [PATCH v2 5/7] ARM: document Tronsmart compatible properties In-Reply-To: <1412546359-15062-1-git-send-email-b.galvani@gmail.com> References: <1412546359-15062-1-git-send-email-b.galvani@gmail.com> Message-ID: <1412546359-15062-6-git-send-email-b.galvani@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Document device tree bindings for Tronsmart devices. Signed-off-by: Beniamino Galvani --- Documentation/devicetree/bindings/arm/tronsmart.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/tronsmart.txt diff --git a/Documentation/devicetree/bindings/arm/tronsmart.txt b/Documentation/devicetree/bindings/arm/tronsmart.txt new file mode 100644 index 0000000..bd29d60 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/tronsmart.txt @@ -0,0 +1,7 @@ +Tronsmart Platforms Device Tree Bindings +--------------------------------------- + +Vega S89 Elite TV box + +Required root node properties: + - compatible = "tronsmart,vega-s89e"; -- 1.9.1