boards: reel_board: use appropriate labels for HDC1010 and MMA8652FC
Use appropriate labels for HDC1010 and MMA8652FC. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
f36fe23e65
commit
6caf4e9144
@ -95,9 +95,9 @@
|
||||
};
|
||||
|
||||
hdc1008@43 {
|
||||
compatible = "ti,hdc1008";
|
||||
compatible = "ti,hdc1008","ti,hdc1010";
|
||||
reg = <0x43>;
|
||||
label = "HDC1008";
|
||||
label = "HDC1010";
|
||||
drdy-gpios = <&gpio0 22 GPIO_PUD_PULL_UP>;
|
||||
};
|
||||
|
||||
|
||||
@ -29,8 +29,8 @@ static struct led_device_info led_dev_info[] = {
|
||||
|
||||
static struct device_info dev_info[] = {
|
||||
{ NULL, SW0_GPIO_CONTROLLER },
|
||||
{ NULL, DT_HDC1008_NAME },
|
||||
{ NULL, DT_NXP_FXOS8700_0_LABEL },
|
||||
{ NULL, DT_TI_HDC1010_0_LABEL },
|
||||
{ NULL, DT_NXP_MMA8652FC_0_LABEL },
|
||||
{ NULL, DT_APDS9960_DRV_NAME },
|
||||
{ NULL, DT_SSD1673_DEV_NAME },
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user