From: Benoit Parrot Date: Thu, 18 Dec 2014 16:24:11 +0000 (+0530) Subject: ARM: dts: am4372: add VPFE DT node entries X-Git-Tag: v4.0-rc1~69^2~27^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9d0df0a65509b0a815ba02de9b3c5d4ea1b0a7de;p=karo-tx-linux.git ARM: dts: am4372: add VPFE DT node entries 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 Signed-off-by: Lad, Prabhakar Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index b62a1cd776cd..1943fc333e7c 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -948,6 +948,22 @@ interrupts = ; status = "disabled"; }; + + 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"; + }; }; };