/* Power supply provides a fixed 3.3V @3A */
        vmmcsd_fixed: vmmcsd-regulator {
-             compatible = "regulator-fixed";
-             regulator-name = "vmmcsd_fixed";
-             regulator-min-microvolt = <3300000>;
-             regulator-max-microvolt = <3300000>;
-             regulator-boot-on;
+               compatible = "regulator-fixed";
+               regulator-name = "vmmcsd_fixed";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+               regulator-boot-on;
        };
 
        buttons: push_button {
 
 
        /* Power supply provides a fixed 3.3V @3A */
        vmmcsd_fixed: vmmcsd-regulator {
-             compatible = "regulator-fixed";
-             regulator-name = "vmmcsd_fixed";
-             regulator-min-microvolt = <3300000>;
-             regulator-max-microvolt = <3300000>;
-             regulator-boot-on;
+               compatible = "regulator-fixed";
+               regulator-name = "vmmcsd_fixed";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+               regulator-boot-on;
        };
 
        buttons: push_button {
 
 };
 
 &usb0 {
-        dr_mode = "host";
+       dr_mode = "host";
 };
 
 &usb1 {
-        dr_mode = "host";
+       dr_mode = "host";
 };
 
 &am33xx_pinmux {
 
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
-        vmmc_fixed: vmmc {
-                compatible = "regulator-fixed";
-                regulator-name = "vmmc_fixed";
-                regulator-min-microvolt = <3300000>;
-                regulator-max-microvolt = <3300000>;
-        };
+       vmmc_fixed: vmmc {
+               compatible = "regulator-fixed";
+               regulator-name = "vmmc_fixed";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+       };
 
        gpio-keys {
                compatible = "gpio-keys-polled";
 };
 
 &davinci_mdio {
-            status = "okay";
+       status = "okay";
 };
 
 &dss {
 };
 
 &mmc3 {
-      status = "disabled";
+       status = "disabled";
 };
 
 &usbhshost {