ARM: dts: am4372: add VPFE DT node entries
authorBenoit Parrot <bparrot@ti.com>
Thu, 18 Dec 2014 16:24:11 +0000 (21:54 +0530)
committerTony Lindgren <tony@atomide.com>
Thu, 8 Jan 2015 00:23:52 +0000 (16:23 -0800)
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>
arch/arm/boot/dts/am4372.dtsi

index b62a1cd776cd6a85a65a226937f5b8a7a87d5096..1943fc333e7c34c8ce13648000e94d233e7a733f 100644 (file)
                        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";
+               };
        };
 };