box:enable uboot logo and sdmmc card

This commit is contained in:
Luowei
2014-10-11 09:18:08 +08:00
parent 2c90857272
commit 93d2953c67
2 changed files with 4 additions and 4 deletions

View File

@@ -200,7 +200,7 @@
&fb {
rockchip,disp-mode = <NO_DUAL>;
rockchip,uboot-logo-on = <0>;
rockchip,uboot-logo-on = <1>;
};
&lcdc {
@@ -380,4 +380,4 @@
<0xb6 KEY_0>,
<0xb5 KEY_BACKSPACE>;
};
};
};

View File

@@ -202,7 +202,7 @@
&fb {
rockchip,disp-mode = <NO_DUAL>;
rockchip,uboot-logo-on = <0>;
rockchip,uboot-logo-on = <1>;
};
&lcdc {
@@ -288,7 +288,7 @@
};
&sdmmc {
status = "disabled";
status = "okay";
cd-gpios = <&gpio1 GPIO_C1 GPIO_ACTIVE_HIGH>;/*CD GPIO*/
};