Skip to content

Commit af3065d

Browse files
galakcarlescufi
authored andcommitted
boards: arm: Remove label property from devicetree
The label property isn't needed in devicetree so remove it. Signed-off-by: Kumar Gala <[email protected]>
1 parent 38afa78 commit af3065d

File tree

21 files changed

+0
-123
lines changed

21 files changed

+0
-123
lines changed

boards/arm/arty/dts/arty_a7_arm_designstart.dtsi

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@
149149
compatible = "xlnx,xps-gpio-1.00.a";
150150
status = "disabled";
151151
reg = <0x40010000 0x10000>;
152-
label = "DAPLINK_GPIO_0";
153152
gpio-controller;
154153
#gpio-cells = <2>;
155154

@@ -168,7 +167,6 @@
168167
interrupts = <4 0>;
169168
#address-cells = <1>;
170169
#size-cells = <0>;
171-
label = "DAPLINK_QUAD_SPI_0";
172170

173171
xlnx,num-ss-bits = <0x1>;
174172
xlnx,num-transfer-bits = <0x8>;
@@ -179,7 +177,6 @@
179177
status = "disabled";
180178
reg = <0x40030000 0x10000>;
181179
interrupts = <5 0>;
182-
label = "DAPLINK_SINGLE_SPI_0";
183180
#address-cells = <1>;
184181
#size-cells = <0>;
185182

@@ -191,14 +188,12 @@
191188
compatible = "xlnx,xps-uartlite-1.00.a";
192189
interrupts = <0 0>;
193190
reg = <0x40100000 0x10000>;
194-
label = "UART_0";
195191
};
196192

197193
gpio0: gpio@40110000 {
198194
compatible = "xlnx,xps-gpio-1.00.a";
199195
interrupts = <1 0>;
200196
reg = <0x40110000 0x10000>;
201-
label = "GPIO_0";
202197
gpio-controller;
203198
#gpio-cells = <2>;
204199

@@ -216,7 +211,6 @@
216211

217212
gpio0_2: gpio2 {
218213
compatible = "xlnx,xps-gpio-1.00.a-gpio2";
219-
label = "GPIO_0_2";
220214
gpio-controller;
221215
#gpio-cells = <2>;
222216
};
@@ -226,7 +220,6 @@
226220
compatible = "xlnx,xps-gpio-1.00.a";
227221
interrupts = <2 0>;
228222
reg = <0x40120000 0x10000>;
229-
label = "GPIO_1";
230223
gpio-controller;
231224
#gpio-cells = <2>;
232225

@@ -244,7 +237,6 @@
244237

245238
gpio1_2: gpio2 {
246239
compatible = "xlnx,xps-gpio-1.00.a-gpio2";
247-
label = "GPIO_1_2";
248240
gpio-controller;
249241
#gpio-cells = <2>;
250242
};
@@ -256,7 +248,6 @@
256248
interrupts = <3 0>;
257249
#address-cells = <1>;
258250
#size-cells = <0>;
259-
label = "QUAD_SPI_0";
260251

261252
xlnx,num-ss-bits = <0x1>;
262253
xlnx,num-transfer-bits = <0x8>;
@@ -267,7 +258,6 @@
267258
spi-max-frequency = <108000000>;
268259
size = <DT_SIZE_M(128)>;
269260
jedec-id = [20 ba 18];
270-
label = "FLASH_0";
271261

272262
partitions {
273263
compatible = "fixed-partitions";

boards/arm/cc1352r_sensortag/cc1352r_sensortag.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,11 @@
109109
sensor0: sensor@44 {
110110
compatible = "ti,opt3001";
111111
reg = <0x44>;
112-
label = "OPT3001";
113112
};
114113

115114
sensor2: sensor@41 {
116115
compatible = "ti,hdc2080";
117116
reg = <0x41>;
118-
label = "HDC2080";
119117
int-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
120118
};
121119
};
@@ -130,7 +128,6 @@
130128
sensor1: sensor@0 {
131129
compatible = "adi,adxl362";
132130
reg = <0>;
133-
label = "ADXL362";
134131
int1-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
135132
spi-max-frequency = <8000000>;
136133
};

boards/arm/cyclonev_socdk/cyclonev_socdk.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,11 @@
6666
address-width = <8>;
6767
timeout = <25>;
6868
pagesize = <32>;
69-
label = "EEPROM";
7069
};
7170

7271
ds3231: rtc@68 {
7372
compatible = "maxim,ds3231";
7473
reg = <0x68>;
75-
label = "RTC_DS1339";
7674
};
7775
};
7876
};

boards/arm/efr32_radio/efr32_radio.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474

7575
mx25r80: mx25r8035f@0 {
7676
compatible = "jedec,spi-nor";
77-
label = "MX25R8035F";
7877
reg = <0>;
7978
spi-max-frequency = <33000000>;
8079
size = <0x800000>;

boards/arm/efr32mg_sltb004a/efr32mg_sltb004a.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292

9393
mx25r80: mx25r8035f@0 {
9494
compatible = "jedec,spi-nor";
95-
label = "MX25R8035F";
9695
reg = <0>;
9796
spi-max-frequency = <80000000>;
9897
size = <0x800000>;
@@ -127,7 +126,6 @@
127126
ccs811: ccs811@5a {
128127
compatible = "ams,ccs811";
129128
reg = <0x5a>;
130-
label = "CCS811";
131129
supply-gpios = <&gpiof 14 GPIO_ACTIVE_HIGH>;
132130
irq-gpios = <&gpiof 13 GPIO_ACTIVE_LOW>;
133131
wake-gpios = <&gpiof 15 GPIO_ACTIVE_LOW>;

boards/arm/fvp_baser_aemv8r_aarch32/fvp_baser_aemv8r_aarch32.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
psci {
2525
compatible = "arm,psci-0.2";
2626
method = "hvc";
27-
label = "PSCI";
2827
};
2928

3029
soc {

boards/arm/gd32e103v_eval/gd32e103v_eval.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
compatible = "atmel,at24";
121121
reg = <0x50>;
122122
status = "okay";
123-
label = "EEPROM_AT24C02";
124123
size = <256>;
125124
pagesize = <8>;
126125
address-width = <8>;

boards/arm/gd32f450i_eval/gd32f450i_eval.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
compatible = "atmel,at24";
137137
reg = <0x50>;
138138
status = "okay";
139-
label = "EEPROM_AT24C02";
140139
size = <256>;
141140
pagesize = <8>;
142141
address-width = <8>;
@@ -153,7 +152,6 @@
153152
nor_flash: gd25q16@0 {
154153
compatible ="jedec,spi-nor";
155154
size = <0x1000000>;
156-
label = "GD25Q16";
157155
reg = <0>;
158156
spi-max-frequency = <4000000>;
159157
status = "okay";

boards/arm/gd32f450z_eval/gd32f450z_eval.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
compatible = "atmel,at24";
123123
reg = <0x50>;
124124
status = "okay";
125-
label = "EEPROM_AT24C02";
126125
size = <256>;
127126
pagesize = <8>;
128127
address-width = <8>;
@@ -139,7 +138,6 @@
139138
nor_flash: gd25q16@0 {
140139
compatible ="jedec,spi-nor";
141140
size = <0x1000000>;
142-
label = "GD25Q16";
143141
reg = <0>;
144142
spi-max-frequency = <4000000>;
145143
status = "okay";

boards/arm/gd32f470i_eval/gd32f470i_eval.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
compatible = "atmel,at24";
127127
reg = <0x50>;
128128
status = "okay";
129-
label = "EEPROM_AT24C02";
130129
size = <256>;
131130
pagesize = <8>;
132131
address-width = <8>;
@@ -143,7 +142,6 @@
143142
nor_flash: gd25q16@0 {
144143
compatible ="jedec,spi-nor";
145144
size = <0x1000000>;
146-
label = "GD25Q16";
147145
reg = <0>;
148146
spi-max-frequency = <4000000>;
149147
status = "okay";

0 commit comments

Comments
 (0)