Skip to content

Commit 6c2b99a

Browse files
apanditmmind
authored andcommitted
ARM: dts: rockchip: Add marvell BT irq config
Veyron Jaq and Mighty both use the Marvel 8897 WiFi+BT chip. Add wakeup and pinctrl block to devicetree so the btmrvl driver can correctly configure the wakeup interrupt. Signed-off-by: Abhishek Pandit-Subedi <[email protected]> Reviewed-by: Douglas Anderson <[email protected]> Link: https://lore.kernel.org/r/20200612130219.v2.1.I66864be898aa835ccb66b6cd5220d0b082338a81@changeid Signed-off-by: Heiko Stuebner <[email protected]>
1 parent fff987e commit 6c2b99a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

arch/arm/boot/dts/rk3288-veyron-jaq.dts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@
4444
};
4545
};
4646

47+
&sdio0 {
48+
#address-cells = <1>;
49+
#size-cells = <0>;
50+
51+
btmrvl: btmrvl@2 {
52+
compatible = "marvell,sd8897-bt";
53+
reg = <2>;
54+
interrupt-parent = <&gpio4>;
55+
interrupts = <RK_PD7 IRQ_TYPE_LEVEL_LOW>;
56+
marvell,wakeup-pin = /bits/ 16 <13>;
57+
pinctrl-names = "default";
58+
pinctrl-0 = <&bt_host_wake_l>;
59+
};
60+
};
61+
4762
&sdmmc {
4863
disable-wp;
4964
pinctrl-names = "default";

0 commit comments

Comments
 (0)