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:
parent
746133a24a
commit
1c689fce18
10 changed files with 22 additions and 75 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue