]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: OMAP443x: Add bandgap entry for OMAP443x devices
authorEduardo Valentin <eduardo.valentin@ti.com>
Fri, 7 Jun 2013 20:46:05 +0000 (16:46 -0400)
committerBenoit Cousson <benoit.cousson@linaro.org>
Tue, 18 Jun 2013 23:53:46 +0000 (18:53 -0500)
Add the bandgap entry for OMAP4430 devices.

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Russell King <linux@arm.linux.org.uk>
[benoit.cousson@linaro.org: Add blank line and fix reg presentation]
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
arch/arm/boot/dts/omap443x.dtsi

index a81f8dfb836b7badfa158e89e97d7009e9888db4..bcf455efe18de0a8141cbfa34c5856fb4b624a81 100644 (file)
                        clock-latency = <300000>; /* From legacy driver */
                };
        };
+
+       bandgap {
+               reg = <0x4a002260 0x4
+                      0x4a00232C 0x4>;
+               compatible = "ti,omap4430-bandgap";
+       };
 };