Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -707,12 +707,14 @@
	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>;
	};
};