Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / arch / arm / boot / dts / da850-lego-ev3.dts
index 512604a..45983c0 100644 (file)
                gpio = <&gpio 111 GPIO_ACTIVE_HIGH>;
                enable-active-high;
        };
+
+       /*
+        * The EV3 can use 6-AA batteries or a rechargeable Li-ion battery pack.
+        */
+       battery {
+               pinctrl-names = "default";
+               pintctrl-0 = <&battery_pins>;
+               compatible = "lego,ev3-battery";
+               io-channels = <&adc 4>, <&adc 3>;
+               io-channel-names = "voltage", "current";
+               rechargeable-gpios = <&gpio 136 GPIO_ACTIVE_LOW>;
+       };
 };
 
 &pmx_core {
                        0x34 0x00000008 0x0000000f
                >;
        };
+
+       battery_pins: pinmux_battery_pins {
+               pinctrl-single,bits = <
+                       /* GP0[6] */
+                       0x04 0x00000080 0x000000f0
+                       /* GP8[8] */
+                       0x4c 0x00000080 0x000000f0
+               >;
+       };
 };
 
 &pinconf {
 
 &gpio {
        status = "okay";
+
+       /* Don't pull down battery voltage adc io channel */
+       batt_volt_en {
+               gpio-hog;
+               gpios = <6 GPIO_ACTIVE_HIGH>;
+               output-low;
+       };
 };
 
 &usb_phy {