Skip to content

Commit dcea916

Browse files
ydamigosfabiobaltieri
authored andcommitted
dts/smartbond: Move bt_hci_da1469x node outside of soc node
Move bt_hci_da1469x node outside of soc node to fix warning: "Warning (simple_bus_reg): /soc/bt_hci_da1469x: missing or empty reg/ranges property" Signed-off-by: Ioannis Damigos <[email protected]>
1 parent 667c01b commit dcea916

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dts/arm/renesas/smartbond/da1469x.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,11 @@
397397
reg = <0x34000000 0x48>;
398398
status = "disabled";
399399
};
400+
};
400401

401-
bt_hci_da1469x: bt_hci_da1469x {
402-
compatible = "renesas,bt-hci-da1469x";
403-
status = "disabled";
404-
};
402+
bt_hci_da1469x: bt_hci_da1469x {
403+
compatible = "renesas,bt-hci-da1469x";
404+
status = "disabled";
405405
};
406406
};
407407

0 commit comments

Comments
 (0)