boards: arm: stm32: Remove label property from devicetree
The label property isn't needed in devicetree so remove it. Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
584d1966e4
commit
4764a32d44
28 changed files with 0 additions and 70 deletions
|
@ -99,7 +99,6 @@
|
|||
reg = <1>;
|
||||
spi-max-frequency = <1000000>;
|
||||
irq-gpios = <&gpiob 1 GPIO_ACTIVE_HIGH>;
|
||||
label = "LSM6DSL_SPI";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -115,7 +114,6 @@
|
|||
mp34dt05@0 {
|
||||
compatible = "st,mpxxdtyy";
|
||||
reg = <0>;
|
||||
label = "MP34DT05";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -135,20 +133,17 @@
|
|||
hts221@5f {
|
||||
compatible = "st,hts221";
|
||||
reg = <0x5f>;
|
||||
label = "HTS221";
|
||||
drdy-gpios = <&gpioa 2 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
lps22hb-press@5d {
|
||||
compatible = "st,lps22hb-press";
|
||||
reg = <0x5d>;
|
||||
label = "LPS22HB";
|
||||
};
|
||||
|
||||
vl53l0x@29 {
|
||||
compatible = "st,vl53l0x";
|
||||
reg = <0x29>;
|
||||
label = "VL53L0X";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -161,7 +156,6 @@
|
|||
lp3943@60 {
|
||||
compatible = "ti,lp3943";
|
||||
reg = <0x60>;
|
||||
label = "LP3943";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue