refactor: Remove new uses of label property

Removed new uses of the "label" property which were introduced after
the previous commits on this branch were written.
This commit is contained in:
Joel Spadin
2023-12-04 18:31:42 -06:00
parent 0fd8e25807
commit 17a6f0b128
9 changed files with 1 additions and 15 deletions

View File

@@ -46,7 +46,6 @@
};
ext-power {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
};
@@ -107,11 +106,9 @@
#size-cells = <1>;
sd_partition: partition@0 {
label = "softdevice";
reg = <0x00000000 0x00026000>;
};
code_partition: partition@26000 {
label = "code_partition";
reg = <0x00026000 0x000c6000>;
};
@@ -125,12 +122,10 @@
* if enabled.
*/
storage_partition: partition@ec000 {
label = "storage";
reg = <0x000ec000 0x00008000>;
};
boot_partition: partition@f4000 {
label = "adafruit_boot";
reg = <0x000f4000 0x0000c000>;
};
};
@@ -145,7 +140,6 @@
led_strip: ws2812@0 {
compatible = "worldsemi,ws2812-spi";
label = "WS2812";
/* SPI */
reg = <0>;