From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753453AbbCIMot (ORCPT ); Mon, 9 Mar 2015 08:44:49 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:64585 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752737AbbCIMom (ORCPT ); Mon, 9 Mar 2015 08:44:42 -0400 From: Zubair Lutfullah Kakakhel To: CC: , , , Subject: [PATCH_V2 1/5] dt-bindings: video: Add Ingenic jz4780-drm binding Date: Mon, 9 Mar 2015 12:44:01 +0000 Message-ID: <1425905045-14007-2-git-send-email-Zubair.Kakakhel@imgtec.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1425905045-14007-1-git-send-email-Zubair.Kakakhel@imgtec.com> References: <1425905045-14007-1-git-send-email-Zubair.Kakakhel@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.154.89] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch adds a display susbsytem for the Ingenic JZ4780 SoC Signed-off-by: Zubair Lutfullah Kakakhel --- V1 -> V2 Rebased to 4.0-rc3 --- .../devicetree/bindings/video/ingenic-jz4780-drm.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/ingenic-jz4780-drm.txt diff --git a/Documentation/devicetree/bindings/video/ingenic-jz4780-drm.txt b/Documentation/devicetree/bindings/video/ingenic-jz4780-drm.txt new file mode 100644 index 0000000..14a65a7 --- /dev/null +++ b/Documentation/devicetree/bindings/video/ingenic-jz4780-drm.txt @@ -0,0 +1,17 @@ +Ingenic JZ4780 DRM master device +================================ + +The Ingenic JZ4780 DRM master device is a virtual device needed to list all +devices or other display interface nodes that comprise the graphics subsystem. + +Required properties: +- compatible: Should be "ingenic,jz4780-display-subsystem" +- ports: Should contain a list of phandles pointing to display interface port + as defined in Documentation/devicetree/bindings/video/rockchip-vop.txt + +example: + +display-subsystem { + compatible = "ingenic,jz4780-display-subsystem"; + ports = <&jz4780_lcd_out>; +}; -- 1.9.1