Skip to content

Commit deadcd4

Browse files
DematteisGiacomocarlescufi
authored andcommitted
boards: nordic: fixes for nRF Devicetree vscode extension
Rename files and fix include lines. The tooling detect a number of such issues. Signed-off-by: Giacomo Dematteis <[email protected]>
1 parent ae468c4 commit deadcd4

11 files changed

+9
-9
lines changed

boards/nordic/thingy91/thingy91_nrf9160.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/dts-v1/;
88
#include <nordic/nrf9160_sica.dtsi>
9-
#include "thingy91_nrf9160_common.dts"
9+
#include "thingy91_nrf9160_common.dtsi"
1010

1111
/ {
1212
chosen {

boards/nordic/thingy91/thingy91_nrf9160_common.dts renamed to boards/nordic/thingy91/thingy91_nrf9160_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@
268268
};
269269

270270
/* Include partition configuration file */
271-
#include "thingy91_nrf9160_partition_conf.dts"
271+
#include "thingy91_nrf9160_partition_conf.dtsi"

boards/nordic/thingy91/thingy91_nrf9160_ns.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/dts-v1/;
88
#include <nordic/nrf9160ns_sica.dtsi>
9-
#include "thingy91_nrf9160_common.dts"
9+
#include "thingy91_nrf9160_common.dtsi"
1010

1111
/ {
1212
chosen {

boards/nordic/thingy91/thingy91_nrf9160_partition_conf.dts renamed to boards/nordic/thingy91/thingy91_nrf9160_partition_conf.dtsi

File renamed without changes.

boards/nordic/thingy91x/thingy91x_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
44
*/
55

6-
#include <dt-bindings/regulator/npm13xx.h>
7-
#include <dt-bindings/regulator/npm6001.h>
6+
#include <zephyr/dt-bindings/regulator/npm13xx.h>
7+
#include <zephyr/dt-bindings/regulator/npm6001.h>
88

99
&i2c2 {
1010
compatible = "nordic,nrf-twim";

boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/dts-v1/;
77
#include <nordic/nrf5340_cpuapp_qkaa.dtsi>
8-
#include "thingy91x_nrf5340_cpuapp_common.dts"
8+
#include "thingy91x_nrf5340_cpuapp_common.dtsi"
99

1010
/ {
1111
model = "Nordic Thingy:91 X NRF5340 Application";

boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_common.dts renamed to boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_common.dtsi

File renamed without changes.

boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_ns.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/dts-v1/;
77
#include <nordic/nrf5340_cpuappns_qkaa.dtsi>
8-
#include "thingy91x_nrf5340_cpuapp_common.dts"
8+
#include "thingy91x_nrf5340_cpuapp_common.dtsi"
99

1010
/ {
1111
model = "Nordic NRF5340 DK NRF5340 Application";

boards/nordic/thingy91x/thingy91x_nrf9151.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/dts-v1/;
77
#include <nordic/nrf9151_laca.dtsi>
8-
#include "thingy91x_nrf9151_common.dts"
8+
#include "thingy91x_nrf9151_common.dtsi"
99

1010
/ {
1111
chosen {
File renamed without changes.

0 commit comments

Comments
 (0)