mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
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:
@@ -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";
|
||||
|
||||
@@ -406,7 +406,7 @@
|
||||
//#dma-cells = <2>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart2_xfer>;
|
||||
//status = "disabled";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
uart_gps: serial@ff1b0000 {
|
||||
|
||||
Reference in New Issue
Block a user