rockchip: enable lpo clock for bt for armsom sige7
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
42621d3144
commit
6b0a26fa07
@ -58,7 +58,7 @@
|
|||||||
leds {
|
leds {
|
||||||
led_rgb_g: led-rgb-g {
|
led_rgb_g: led-rgb-g {
|
||||||
rockchip,pins = <0 RK_PB7 RK_FUNC_GPIO &pcfg_pull_none>;
|
rockchip,pins = <0 RK_PB7 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||||
@@ -712,6 +750,30 @@
|
@@ -712,6 +750,26 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -70,12 +70,8 @@
|
|||||||
+
|
+
|
||||||
+ bluetooth {
|
+ bluetooth {
|
||||||
+ compatible = "brcm,bcm43438-bt";
|
+ compatible = "brcm,bcm43438-bt";
|
||||||
+ /*
|
+ clocks = <&hym8563>;
|
||||||
+ * conflicts with the wifi node
|
+ clock-names = "lpo";
|
||||||
+ *
|
|
||||||
+ * clocks = <&hym8563>;
|
|
||||||
+ * clock-names = "lpo";
|
|
||||||
+ */
|
|
||||||
+ device-wakeup-gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;
|
+ device-wakeup-gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;
|
||||||
+ host-wakeup-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
|
+ host-wakeup-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
|
||||||
+ shutdown-gpios = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;
|
+ shutdown-gpios = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user