mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
open display kernel log in uboot,just support lvds now
This commit is contained in:
2
arch/arm/boot/.gitignore
vendored
Normal file → Executable file
2
arch/arm/boot/.gitignore
vendored
Normal file → Executable file
@@ -4,3 +4,5 @@ xipImage
|
||||
bootpImage
|
||||
uImage
|
||||
*.dtb
|
||||
|
||||
linux_logo.dtsi
|
||||
@@ -27,6 +27,7 @@
|
||||
swap-rb = <0>;
|
||||
swap-rg = <0>;
|
||||
swap-gb = <0>;
|
||||
uboot,logo-on = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "rk3288.dtsi"
|
||||
#include "lcd-b101ew05.dtsi"
|
||||
|
||||
#include "linux_logo.dtsi"
|
||||
/ {
|
||||
fiq-debugger {
|
||||
status = "okay";
|
||||
|
||||
@@ -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 850000
|
||||
216000 850000
|
||||
312000 850000
|
||||
408000 850000
|
||||
600000 850000
|
||||
696000 900000
|
||||
816000 950000
|
||||
1008000 1000000
|
||||
1200000 1050000
|
||||
// 126000 1050000
|
||||
// 216000 1050000
|
||||
// 312000 1050000
|
||||
// 408000 1050000
|
||||
// 600000 1050000
|
||||
// 696000 1050000
|
||||
816000 1050000
|
||||
1008000 1050000
|
||||
1200000 1100000
|
||||
1416000 1150000
|
||||
>;
|
||||
status="okay";
|
||||
@@ -588,10 +588,10 @@ rockchip,power_type = <GPIO>;
|
||||
&clk_gpu_dvfs_table {
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
100000 850000
|
||||
200000 850000
|
||||
300000 900000
|
||||
400000 1000000
|
||||
// 100000 1100000
|
||||
// 200000 1100000
|
||||
300000 1100000
|
||||
400000 1100000
|
||||
500000 1100000
|
||||
600000 1250000
|
||||
>;
|
||||
|
||||
1
scripts/.gitignore
vendored
1
scripts/.gitignore
vendored
@@ -11,3 +11,4 @@ recordmcount
|
||||
docproc
|
||||
sortextable
|
||||
asn1_compiler
|
||||
pnmtodtsi
|
||||
|
||||
Reference in New Issue
Block a user