diff --git a/drivers/amlogic/bluetooth/bt_device.c b/drivers/amlogic/bluetooth/bt_device.c index c926f13f7f6f..2d92db923da4 100644 --- a/drivers/amlogic/bluetooth/bt_device.c +++ b/drivers/amlogic/bluetooth/bt_device.c @@ -121,7 +121,7 @@ static void bt_device_on(struct bt_dev_data *pdata) gpio_direction_input(pdata->gpio_reset); } else { gpio_direction_output(pdata->gpio_reset, - pdata->power_low_level); + !pdata->power_low_level); } } if (pdata->gpio_en > 0) {