Skip to content

Commit e1774b8

Browse files
fabioestevammmind
authored andcommitted
ARM: dts: rockchip: Fix the Bluetooth node name on rk3288-veyron
Node names should be generic, so use 'bluetooth' as the node name. This fixes the following dt-schema warning: 'btmrvl@2' does not match '^bluetooth(@.*)?$' Signed-off-by: Fabio Estevam <festevam@gmail.com> Link: https://patch.msgid.link/20260226144842.2727107-2-festevam@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 707f54d commit e1774b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/rockchip/rk3288-veyron-fievel.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
#address-cells = <1>;
178178
#size-cells = <0>;
179179

180-
btmrvl: btmrvl@2 {
180+
btmrvl: bluetooth@2 {
181181
compatible = "marvell,sd8897-bt";
182182
reg = <2>;
183183
interrupt-parent = <&gpio4>;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#address-cells = <1>;
4949
#size-cells = <0>;
5050

51-
btmrvl: btmrvl@2 {
51+
btmrvl: bluetooth@2 {
5252
compatible = "marvell,sd8897-bt";
5353
reg = <2>;
5454
interrupt-parent = <&gpio4>;

0 commit comments

Comments
 (0)