Skip to content

Commit 3e4dca4

Browse files
soc: nrf54h: remove deprecated gpd (global power domain) driver
Remove the deprecated GPD (Global Power Domain) driver. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
1 parent cdf841b commit 3e4dca4

File tree

8 files changed

+0
-498
lines changed

8 files changed

+0
-498
lines changed

dts/bindings/power/nordic,nrf-gpd.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

include/zephyr/dt-bindings/power/nordic-nrf-gpd.h

Lines changed: 0 additions & 17 deletions
This file was deleted.

soc/nordic/common/pinctrl_soc.h

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#include <zephyr/devicetree.h>
1616
#include <zephyr/dt-bindings/pinctrl/nrf-pinctrl.h>
17-
#include <zephyr/dt-bindings/power/nordic-nrf-gpd.h>
1817
#include <zephyr/types.h>
1918

2019
#ifdef __cplusplus
@@ -56,16 +55,6 @@ typedef uint32_t pinctrl_soc_pin_t;
5655
(), NRF_GET_FUN(DT_PROP_BY_IDX(node_id, prop, idx))) \
5756
0)), (0))
5857

59-
/**
60-
* @brief Utility macro to get the GPD_FAST_ACTIVE1 flag
61-
*
62-
* @param p_node_id Parent node identifier.
63-
*/
64-
#define Z_GET_GPD_FAST_ACTIVE1(p_node_id) \
65-
COND_CODE_1(DT_NODE_HAS_PROP(p_node_id, power_domains), \
66-
((DT_PHA(p_node_id, power_domains, id) == \
67-
NRF_GPD_FAST_ACTIVE1) << NRF_GPD_FAST_ACTIVE1_POS), (0))
68-
6958
/**
7059
* @brief Utility macro to initialize each pin.
7160
*
@@ -109,14 +98,6 @@ typedef uint32_t pinctrl_soc_pin_t;
10998
#define NRF_GET_CLOCKPIN_ENABLE(pincfg) \
11099
(((pincfg) >> NRF_CLOCKPIN_ENABLE_POS) & NRF_CLOCKPIN_ENABLE_MSK)
111100

112-
/**
113-
* @brief Utility macro to obtain GPD_FAST_ACTIVE1 flag
114-
*
115-
* @param pincfg Pin configuration bit field.
116-
*/
117-
#define NRF_GET_GPD_FAST_ACTIVE1(pincfg) \
118-
(((pincfg) >> NRF_GPD_FAST_ACTIVE1_POS) & NRF_GPD_FAST_ACTIVE1_MSK)
119-
120101
/**
121102
* @brief Utility macro to obtain pin inversion flag.
122103
*

soc/nordic/nrf54h/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ zephyr_include_directories(.)
1717
zephyr_linker_sources(SECTIONS SORT_KEY zzz_place_align_at_end align.ld)
1818

1919
add_subdirectory(bicr)
20-
add_subdirectory(gpd)

soc/nordic/nrf54h/gpd/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

soc/nordic/nrf54h/gpd/Kconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)