diff options
author | Benoit Parrot <bparrot@ti.com> | 2014-12-18 21:54:11 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-07 16:23:52 -0800 |
commit | 9d0df0a65509b0a815ba02de9b3c5d4ea1b0a7de (patch) | |
tree | d66a22fad08c80cf7adb00c5554d8d84e2935dd9 | |
parent | 4d5837d14cbb3d6a7d8c15b66c21f5bce17703a0 (diff) | |
download | linux-stable-9d0df0a65509b0a815ba02de9b3c5d4ea1b0a7de.tar.gz linux-stable-9d0df0a65509b0a815ba02de9b3c5d4ea1b0a7de.tar.bz2 linux-stable-9d0df0a65509b0a815ba02de9b3c5d4ea1b0a7de.zip |
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 <bparrot@ti.com>
Signed-off-by: Darren Etheridge <detheridge@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
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 = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; status = "disabled"; }; + + vpfe0: vpfe@48326000 { + compatible = "ti,am437x-vpfe"; + reg = <0x48326000 0x2000>; + interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; + ti,hwmods = "vpfe0"; + status = "disabled"; + }; + + vpfe1: vpfe@48328000 { + compatible = "ti,am437x-vpfe"; + reg = <0x48328000 0x2000>; + interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>; + ti,hwmods = "vpfe1"; + status = "disabled"; + }; }; }; |