From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: [RFC/PATCH 3/5] arm: boot: dts: am4372: add vpfe DTS entries Date: Tue, 15 Jul 2014 12:56:50 -0500 Message-ID: <1405447012-5340-4-git-send-email-balbi@ti.com> References: <1405447012-5340-1-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1405447012-5340-1-git-send-email-balbi@ti.com> Sender: linux-media-owner@vger.kernel.org To: hans.verkuil@cisco.com, Tony Lindgren , Benoit Cousson , robh+dt@kernel.org Cc: linux@arm.linux.org.uk, Linux OMAP Mailing List , Linux ARM Kernel Mailing List , linux-media@vger.kernel.org, archit@ti.com, detheridge@ti.com, sakari.ailus@iki.fi, laurent.pinchart@ideasonboard.com, devicetree@vger.kernel.org, Benoit Parrot , Felipe Balbi List-Id: devicetree@vger.kernel.org From: Benoit Parrot Add Video Processing Front End (VPFE) device tree nodes for AM34xx family of devices. Signed-off-by: Benoit Parrot Signed-off-by: Darren Etheridge Signed-off-by: Felipe Balbi --- arch/arm/boot/dts/am4372.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 8d3c163..b25ae13 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -888,6 +888,22 @@ clock-names = "fck"; }; }; + + vpfe0: vpfe@48326000 { + compatible = "ti,am437x-vpfe"; + reg = <0x48326000 0x2000>; + interrupts = ; + ti,hwmods = "vpfe0"; + status = "disabled"; + }; + + vpfe1: vpfe@48328000 { + compatible = "ti,am437x-vpfe"; + reg = <0x48328000 0x2000>; + interrupts = ; + ti,hwmods = "vpfe1"; + status = "disabled"; + }; }; }; -- 2.0.0.390.gcb682f8