arm64: dts: rockchip: rk3566/rk3568 boards: Fix pinctrl configuration for wireless-bluetooth
The Linux OS uses the device tree to detect the wifibt module, particularly the Bluetooth module's UART, identified via `/sys/firmware/devicetree/base/pinctrl/wireless-bluetooth`. Some RK3566/RK3568 board configurations redundantly register the pinctrl for wireless-bluetooth, causing script failures in UART identification. This commit removes the redundant node to resolve conflicts and ensure correct UART identification for Bluetooth communication. Change-Id: Id55c48bda38275c04a365b0ede1f740baf767da2 Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
@@ -343,6 +343,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
/delete-node/ wireless-bluetooth;
|
||||
wireless-bluetooth {
|
||||
uart1_gpios: uart1-gpios {
|
||||
rockchip,pins = <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
|
||||
Reference in New Issue
Block a user