From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Towle Date: Thu, 13 Aug 2015 11:36:51 +0000 Subject: [PATCH 3/3] ARM: shmobile: lager dts: specify default-input for ADV7612 Message-Id: <1439465811-936-4-git-send-email-william.towle@codethink.co.uk> List-Id: References: <1439465811-936-1-git-send-email-william.towle@codethink.co.uk> In-Reply-To: <1439465811-936-1-git-send-email-william.towle@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-media@vger.kernel.org, linux-kernel@lists.codethink.co.uk Cc: linux-sh@vger.kernel.org, Guennadi Liakhovetski , Sergei Shtylyov , Laurent Pinchart , Hans Verkuil From: Ian Molton Set the 'default-input' property for ADV7612, enabling image and video capture without the need to have userspace specifying routing. (This version places the property in the adv7612 node, in line with Ian's documentation) Signed-off-by: Ian Molton Signed-off-by: William Towle --- arch/arm/boot/dts/r8a7790-lager.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 31854bc..12e1cfa 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -547,6 +547,7 @@ hdmi-in@4c { compatible = "adi,adv7612"; reg = <0x4c>; + default-input = <0>; port { hdmi_in_ep: endpoint { -- 1.7.10.4