Revert "open display kernel log in uboot,just support lvds now"

This reverts commit ade9cca99e.
This commit is contained in:
黄涛
2014-04-09 15:51:39 +08:00
parent d307ec0171
commit d189e01506
5 changed files with 15 additions and 19 deletions

2
arch/arm/boot/.gitignore vendored Executable file → Normal file
View File

@@ -4,5 +4,3 @@ xipImage
bootpImage
uImage
*.dtb
linux_logo.dtsi

View File

@@ -27,7 +27,6 @@
swap-rb = <0>;
swap-rg = <0>;
swap-gb = <0>;
uboot,logo-on = <1>;
};
};
};

View File

@@ -2,7 +2,7 @@
#include "rk3288.dtsi"
#include "lcd-b101ew05.dtsi"
#include "linux_logo.dtsi"
/ {
fiq-debugger {
status = "okay";

View File

@@ -2,7 +2,7 @@
#include "rk3288.dtsi"
#include "lcd-b101ew05.dtsi"
#include "linux_logo.dtsi"
/ {
fiq-debugger {
status = "okay";
@@ -571,15 +571,15 @@ rockchip,power_type = <GPIO>;
&clk_core_dvfs_table {
operating-points = <
/* KHz uV */
// 126000 1050000
// 216000 1050000
// 312000 1050000
// 408000 1050000
// 600000 1050000
// 696000 1050000
816000 1050000
1008000 1050000
1200000 1100000
126000 850000
216000 850000
312000 850000
408000 850000
600000 850000
696000 900000
816000 950000
1008000 1000000
1200000 1050000
1416000 1150000
>;
status="okay";
@@ -588,10 +588,10 @@ rockchip,power_type = <GPIO>;
&clk_gpu_dvfs_table {
operating-points = <
/* KHz uV */
// 100000 1100000
// 200000 1100000
300000 1100000
400000 1100000
100000 850000
200000 850000
300000 900000
400000 1000000
500000 1100000
600000 1250000
>;

1
scripts/.gitignore vendored
View File

@@ -11,4 +11,3 @@ recordmcount
docproc
sortextable
asn1_compiler
pnmtodtsi