Skip to content

Commit

Permalink
dts: bindings: nordic,nrf-pinctrl: remove pinctrl nordic,clock-enable
Browse files Browse the repository at this point in the history
Property is no longer used.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Aug 12, 2024
1 parent 746133a commit 1c689fc
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 75 deletions.
16 changes: 4 additions & 12 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down
6 changes: 0 additions & 6 deletions dts/bindings/pinctrl/nordic,nrf-pinctrl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,3 @@ child-binding:
description: |
Invert pin polarity (set the active state to low).
Only valid for PWM channel output pins.
nordic,clock-enable:
type: boolean
description: |
Enable clock for the pin. Only valid or required for certain
peripherals, refer to the reference manual.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 2, 8)>,
<NRF_PSEL(SPIM_SCK, 1, 2)>;
nordic,clock-enable;
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
group1 {
psels = <NRF_PSEL(TWIM_SDA, 2, 8)>,
<NRF_PSEL(TWIM_SCL, 1, 2)>;
nordic,clock-enable;
};
};

Expand All @@ -28,7 +27,6 @@
psels = <NRF_PSEL(TWIM_SDA, 2, 9)>,
<NRF_PSEL(TWIM_SCL, 1, 3)>;
bias-pull-up;
nordic,clock-enable;
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
spi130_default_alt: spi130_default_alt {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 0)>,
<NRF_PSEL(SPIM_MOSI, 0, 8)>;
nordic,clock-enable;
};

group2 {
psels = <NRF_PSEL(SPIM_MISO, 0, 6)>;
<NRF_PSEL(SPIM_MOSI, 0, 8)>,
<NRF_PSEL(SPIM_MISO, 0, 6)>;
};
};

Expand All @@ -29,12 +25,8 @@
spis131_default_alt: spis131_default_alt {
group1 {
psels = <NRF_PSEL(SPIS_SCK, 0, 1)>,
<NRF_PSEL(SPIS_MISO, 0, 7)>;
nordic,clock-enable;
};

group2 {
psels = <NRF_PSEL(SPIS_MOSI, 0, 9)>,
<NRF_PSEL(SPIS_MISO, 0, 7)>,
<NRF_PSEL(SPIS_MOSI, 0, 9)>,
<NRF_PSEL(SPIS_CSN, 0, 11)>;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@
spis131_default_alt: spis131_default_alt {
group1 {
psels = <NRF_PSEL(SPIS_SCK, 1, 0)>,
<NRF_PSEL(SPIS_MISO, 1, 9)>;
nordic,clock-enable;
};

group2 {
psels = <NRF_PSEL(SPIS_MOSI, 1, 5)>,
<NRF_PSEL(SPIS_MISO, 1, 9)>,
<NRF_PSEL(SPIS_MOSI, 1, 5)>,
<NRF_PSEL(SPIS_CSN, 0, 11)>;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
spi130_default_alt: spi130_default_alt {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 0)>,
<NRF_PSEL(SPIM_MOSI, 0, 8)>;
nordic,clock-enable;
};

group2 {
psels = <NRF_PSEL(SPIM_MISO, 0, 6)>;
<NRF_PSEL(SPIM_MOSI, 0, 8)>,
<NRF_PSEL(SPIM_MISO, 0, 6)>;
};
};

Expand All @@ -29,12 +25,8 @@
spis131_default_alt: spis131_default_alt {
group1 {
psels = <NRF_PSEL(SPIS_SCK, 0, 1)>,
<NRF_PSEL(SPIS_MISO, 0, 7)>;
nordic,clock-enable;
};

group2 {
psels = <NRF_PSEL(SPIS_MOSI, 0, 9)>,
<NRF_PSEL(SPIS_MISO, 0, 7)>,
<NRF_PSEL(SPIS_MOSI, 0, 9)>,
<NRF_PSEL(SPIS_CSN, 0, 11)>;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@
spis131_default_alt: spis131_default_alt {
group1 {
psels = <NRF_PSEL(SPIS_SCK, 1, 0)>,
<NRF_PSEL(SPIS_MISO, 1, 9)>;
nordic,clock-enable;
};

group2 {
psels = <NRF_PSEL(SPIS_MOSI, 1, 5)>,
<NRF_PSEL(SPIS_MISO, 1, 9)>,
<NRF_PSEL(SPIS_MOSI, 1, 5)>,
<NRF_PSEL(SPIS_CSN, 0, 11)>;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
spi130_default_alt: spi130_default_alt {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 0)>,
<NRF_PSEL(SPIM_MOSI, 0, 8)>;
nordic,clock-enable;
};

group2 {
psels = <NRF_PSEL(SPIM_MISO, 0, 6)>;
<NRF_PSEL(SPIM_MOSI, 0, 8)>,
<NRF_PSEL(SPIM_MISO, 0, 6)>;
};
};

Expand All @@ -29,12 +25,8 @@
spis131_default_alt: spis131_default_alt {
group1 {
psels = <NRF_PSEL(SPIS_SCK, 0, 1)>,
<NRF_PSEL(SPIS_MISO, 0, 7)>;
nordic,clock-enable;
};

group2 {
psels = <NRF_PSEL(SPIS_MOSI, 0, 9)>,
<NRF_PSEL(SPIS_MISO, 0, 7)>,
<NRF_PSEL(SPIS_MOSI, 0, 9)>,
<NRF_PSEL(SPIS_CSN, 0, 11)>;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
spi130_default: spi130_default {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 0)>,
<NRF_PSEL(SPIM_MOSI, 0, 7)>;
nordic,clock-enable;
};

group2 {
psels = <NRF_PSEL(SPIM_MISO, 0, 6)>;
<NRF_PSEL(SPIM_MOSI, 0, 7)>,
<NRF_PSEL(SPIM_MISO, 0, 6)>;
};
};

Expand Down

0 comments on commit 1c689fc

Please sign in to comment.