From: Robert Nelson Date: Sat, 10 Jun 2023 03:53:19 +0000 (-0500) Subject: BeagleV: remove uart4 configuration and leave it to u-boot X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61cfc8ac221b71bdf8033342beb627cdd68529c7;p=platform%2Fkernel%2Flinux-thead.git BeagleV: remove uart4 configuration and leave it to u-boot Signed-off-by: Robert Nelson (cherry picked from commit 21488b4bba5f4fb0972b840480fe05604d75f616) Signed-off-by: Jaehoon Chung --- diff --git a/arch/riscv/boot/dts/thead/light-beagle-ref.dts b/arch/riscv/boot/dts/thead/light-beagle-ref.dts index 0dbec32409af..db8558dcf12f 100644 --- a/arch/riscv/boot/dts/thead/light-beagle-ref.dts +++ b/arch/riscv/boot/dts/thead/light-beagle-ref.dts @@ -507,25 +507,6 @@ clock-frequency = <100000000>; }; -&uart4 { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_uart4>; - symlink = "bone/uart/bluetooth"; - uart-has-rtscts; - status = "okay"; - - //bluetooth { - // // WIP: AP6203BM: BCM43013 - // compatible = "brcm,bcm4330-bt"; - // pinctrl-names = "default"; - // pinctrl-0 = <&pinctrl_bt>; - // max-speed = <3000000>; - // shutdown-gpios = <&gpio2_porta 28 GPIO_ACTIVE_HIGH>; - // device-wakeup-gpios = <&gpio2_porta 29 GPIO_ACTIVE_HIGH>; - // host-wakeup-gpios = <&gpio2_porta 30 GPIO_ACTIVE_HIGH>; - //}; -}; - &qspi0 { num-cs = <1>; cs-gpios = <&gpio2_porta 3 0>;