]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: rockchip: Fix the Bluetooth node name on rk3288-veyron
authorFabio Estevam <festevam@gmail.com>
Thu, 26 Feb 2026 14:48:42 +0000 (11:48 -0300)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 23 Mar 2026 21:17:25 +0000 (22:17 +0100)
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>
arch/arm/boot/dts/rockchip/rk3288-veyron-fievel.dts
arch/arm/boot/dts/rockchip/rk3288-veyron-jaq.dts

index 6a0844e162793d2b37a4312b1a3e6c9ff3f2d6f9..26817848c15412cea61a7d3c517e182c8613c836 100644 (file)
        #address-cells = <1>;
        #size-cells = <0>;
 
-       btmrvl: btmrvl@2 {
+       btmrvl: bluetooth@2 {
                compatible = "marvell,sd8897-bt";
                reg = <2>;
                interrupt-parent = <&gpio4>;
index 0d4c50e05558712d0e56d954bc526a5085945d20..cba2898f8b7df314dfbed51245df0d470801600a 100644 (file)
@@ -48,7 +48,7 @@
        #address-cells = <1>;
        #size-cells = <0>;
 
-       btmrvl: btmrvl@2 {
+       btmrvl: bluetooth@2 {
                compatible = "marvell,sd8897-bt";
                reg = <2>;
                interrupt-parent = <&gpio4>;