boards: arm: stm32g081b_eval: Remove USB-C VBUS2 Discharge configuration

Remove USB-C VBUS2 Discharge configuration node from device tree.
USBC VBUS discharge is controlled by the vbus driver.
See dts/bindings/usb-c/vbus-adc.yaml

Signed-off-by: Sam Hurst <sbh1187@gmail.com>
This commit is contained in:
Sam Hurst 2022-08-04 09:46:02 -07:00 committed by Anas Nashif
commit a2eae3a107

View file

@ -63,17 +63,6 @@
};
};
discharge_vbus2_config {
compatible = "gpio-leds";
/*
* Pin B14 is used to control VBUS Discharge for Port2
*/
discharge_vbus2 {
gpios = <&gpiob 14 GPIO_ACTIVE_HIGH>;
};
};
aliases {
led0 = &led_1;
led1 = &led_2;