Skip to content

Commit

Permalink
arm64: dts: VIM2: enable UART_AO_B
Browse files Browse the repository at this point in the history
  • Loading branch information
numbqq committed Jul 18, 2018
1 parent 8f14481 commit 12b99f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/amlogic/kvim2_linux.dts
Expand Up @@ -629,10 +629,6 @@
compatible = "amlogic, amlogic-new-usb3";
portnum = <0>;
reg = <0x0 0xd0078080 0x0 0x20>;
interrupts = <0 16 4>;
otg = <1>;
gpio-vbus-power = "GPIOAO_5";
gpios = <&gpio_ao GPIOAO_5 GPIO_ACTIVE_HIGH>;
};

dwc2_a {
Expand Down Expand Up @@ -1191,3 +1187,7 @@
&amlwatchdog {
status = "okay";
};

&uart_AO_B {
status = "okay";
};
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/amlogic/mesongxl.dtsi
Expand Up @@ -297,7 +297,7 @@
xtal_tick_en = <1>;
fifosize = < 64 >;
pinctrl-names = "default";
pinctrl-0 = <&ao_uart_pins>;
//pinctrl-0 = <&ao_uart_pins>;
support-sysrq = <0>; /* 0 not support , 1 support */
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/amlogic/mesongxm.dtsi
Expand Up @@ -381,7 +381,7 @@
xtal_tick_en = <1>;
fifosize = < 64 >;
pinctrl-names = "default";
pinctrl-0 = <&ao_uart_pins>;
//pinctrl-0 = <&ao_uart_pins>;
support-sysrq = <0>; /* 0 not support , 1 support */
};

Expand Down

0 comments on commit 12b99f0

Please sign in to comment.