boards: stm32h735g_disco: disable Vbat sensor

This commit disables the Vbat sensor on the STM32H735G
Discovery board, as the corresponding ADC is not enabled.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
Mathieu Choplain 2024-07-22 17:57:52 +02:00 committed by Carles Cufí
commit 0a16d6fc2d

View file

@ -206,10 +206,6 @@
}; };
}; };
&vbat {
status = "okay";
};
&fdcan1 { &fdcan1 {
pinctrl-0 = <&fdcan1_rx_ph14 &fdcan1_tx_ph13>; pinctrl-0 = <&fdcan1_rx_ph14 &fdcan1_tx_ph13>;
pinctrl-names = "default"; pinctrl-names = "default";