diff --git a/drivers/amlogic/bluetooth/bt_device.c b/drivers/amlogic/bluetooth/bt_device.c index 5785e020e3b0..19f3bc9b26bb 100644 --- a/drivers/amlogic/bluetooth/bt_device.c +++ b/drivers/amlogic/bluetooth/bt_device.c @@ -168,7 +168,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) {