Commit f5639599 authored by Alexis Ballier's avatar Alexis Ballier Committed by Heiko Stuebner

arm64: dts: rockchip: Fix clock names and add missing supplies for bluetooth on rk3399-orangepi

Clock name was wrong, vbat & vddio supplies were missing.
Signed-off-by: default avatarAlexis Ballier <aballier@gentoo.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 16d79ec6
......@@ -707,12 +707,14 @@ &uart0 {
bluetooth {
compatible = "brcm,bcm43438-bt";
clocks = <&rk808 1>;
clock-names = "ext_clock";
clock-names = "lpo";
device-wakeup-gpios = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
host-wakeup-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>;
shutdown-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&bt_host_wake_l &bt_wake_l &bt_reg_on_h>;
vbat-supply = <&vcc3v3_sys>;
vddio-supply = <&vcc_1v8>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment