dts: bindings: nordic,nrf-pinctrl: remove pinctrl nordic,clock-enable

Property is no longer used.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-08-08 16:23:38 +02:00 committed by Carles Cufí
commit 1c689fce18
10 changed files with 22 additions and 75 deletions

View file

@ -26,12 +26,8 @@
/omit-if-no-ref/ uart135_default: uart135_default {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 11)>;
nordic,clock-enable;
};
group2 {
psels = <NRF_PSEL(UART_RTS, 1, 9)>;
psels = <NRF_PSEL(UART_TX, 1, 11)>,
<NRF_PSEL(UART_RTS, 1, 9)>;
};
group3 {
@ -53,12 +49,8 @@
/omit-if-no-ref/ uart136_default: uart136_default {
group1 {
psels = <NRF_PSEL(UART_TX, 2, 6)>;
nordic,clock-enable;
};
group2 {
psels = <NRF_PSEL(UART_RTS, 2, 7)>;
psels = <NRF_PSEL(UART_TX, 2, 6)>,
<NRF_PSEL(UART_RTS, 2, 7)>;
};
group3 {