[PATCH 2/2] ARM: dts: rockchip: rk3288-veyron: Fix the Bluetooth node name
Fabio Estevam
festevam at gmail.com
Thu Feb 26 06:48:42 PST 2026
Node names should be generic, so use 'bluetooth' as the node name.
This fixes the following dt-schema warning:
'btmrvl at 2' does not match '^bluetooth(@.*)?$'
Signed-off-by: Fabio Estevam <festevam at gmail.com>
---
arch/arm/boot/dts/rockchip/rk3288-veyron-fievel.dts | 2 +-
arch/arm/boot/dts/rockchip/rk3288-veyron-jaq.dts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/rockchip/rk3288-veyron-fievel.dts b/arch/arm/boot/dts/rockchip/rk3288-veyron-fievel.dts
index 6a0844e16279..26817848c154 100644
--- a/arch/arm/boot/dts/rockchip/rk3288-veyron-fievel.dts
+++ b/arch/arm/boot/dts/rockchip/rk3288-veyron-fievel.dts
@@ -177,7 +177,7 @@ &sdio0 {
#address-cells = <1>;
#size-cells = <0>;
- btmrvl: btmrvl at 2 {
+ btmrvl: bluetooth at 2 {
compatible = "marvell,sd8897-bt";
reg = <2>;
interrupt-parent = <&gpio4>;
diff --git a/arch/arm/boot/dts/rockchip/rk3288-veyron-jaq.dts b/arch/arm/boot/dts/rockchip/rk3288-veyron-jaq.dts
index 0d4c50e05558..cba2898f8b7d 100644
--- a/arch/arm/boot/dts/rockchip/rk3288-veyron-jaq.dts
+++ b/arch/arm/boot/dts/rockchip/rk3288-veyron-jaq.dts
@@ -48,7 +48,7 @@ &sdio0 {
#address-cells = <1>;
#size-cells = <0>;
- btmrvl: btmrvl at 2 {
+ btmrvl: bluetooth at 2 {
compatible = "marvell,sd8897-bt";
reg = <2>;
interrupt-parent = <&gpio4>;
--
2.34.1
More information about the Linux-rockchip
mailing list