arm64: rockchip: fix tb_8846 boot

uart_dbg status default disabled
disabe wireless-wlan
bootargs remove vmalloc=512M console=ttyS2
remove memory node

Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
This commit is contained in:
Huang, Tao
2014-12-13 12:55:21 +08:00
parent 4d2f66c4d5
commit 262b832c3f
2 changed files with 7 additions and 8 deletions

View File

@@ -7,12 +7,7 @@
/ {
chosen {
bootargs = "vmalloc=512M console=ttyS2 earlyprintk=uart8250-32bit,0xff690000 clk_ignore_unused";
};
memory@00000000 {
device_type = "memory";
reg = <0x0 0x00000000 0x0 0x80000000>;
bootargs = "earlyprintk=uart8250-32bit,0xff690000 clk_ignore_unused";
};
wireless-wlan {
@@ -43,7 +38,7 @@
WIFI,host_wake_irq = <&gpio3 GPIO_A6 GPIO_ACTIVE_HIGH>;
//WIFI,reset_gpio = <&gpio0 GPIO_A2 GPIO_ACTIVE_LOW>;
status = "okay";
status = "disabled";
};
wireless-bluetooth {
@@ -381,6 +376,10 @@
*/
};
&uart_dbg {
status = "okay";
};
&uart_bt {
status = "okay";
dma-names = "!tx", "!rx";

View File

@@ -406,7 +406,7 @@
//#dma-cells = <2>;
pinctrl-names = "default";
pinctrl-0 = <&uart2_xfer>;
//status = "disabled";
status = "disabled";
};
uart_gps: serial@ff1b0000 {