]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: rockchip: Fix clock names and add missing supplies for bluetooth on rk339...
authorAlexis Ballier <aballier@gentoo.org>
Fri, 15 Mar 2019 14:58:17 +0000 (15:58 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 18 Mar 2019 07:45:47 +0000 (08:45 +0100)
Clock name was wrong, vbat & vddio supplies were missing.

Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts

index cf37b96a6b77ebab29939d19ad7677722f0594ab..6bc2e545f2fbada8c498d51f97d04c6236b84573 100644 (file)
@@ -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>;
        };
 };