dts: nrf5: Changed GPIO and GPIOTE define names
Changed names using nrf5 to nrf for consistency with other drivers. Signed-off-by: Mieszko Mierunski <mieszko.mierunski@nordicsemi.no>
This commit is contained in:
parent
d25c887f63
commit
4f6aac1a67
28 changed files with 107 additions and 104 deletions
|
@ -386,7 +386,7 @@ static int mb_display_init(struct device *dev)
|
|||
{
|
||||
ARG_UNUSED(dev);
|
||||
|
||||
display.dev = device_get_binding(CONFIG_GPIO_NRF5_P0_DEV_NAME);
|
||||
display.dev = device_get_binding(CONFIG_GPIO_P0_DEV_NAME);
|
||||
|
||||
__ASSERT(dev, "No GPIO device found");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue