diff options
author | Primoz Fiser <primoz.fiser@norik.com> | 2025-07-16 13:18:50 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2025-07-24 07:56:14 -0300 |
commit | 10322524bb103497eb6917ce8690793e7538944e (patch) | |
tree | 2271fcba7b6b34f4f9d3a5ce340a0730340a3ae7 | |
parent | 3532f1f5edfc97c9dcea723cdeb732eda44bc669 (diff) |
board: phytec: phycore-imx93: Drop unused PMIC define
Drop unused define for PCA9450 PMIC register which is already part of
the header file <power/pca9450.h> since commit 1d0d25704345 ("imx93_evk:
spl: update pmic settings").
Signed-off-by: Primoz Fiser <primoz.fiser@norik.com>
-rw-r--r-- | board/phytec/phycore_imx93/spl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/phytec/phycore_imx93/spl.c b/board/phytec/phycore_imx93/spl.c index a4d2aaac320..3876db9d2ab 100644 --- a/board/phytec/phycore_imx93/spl.c +++ b/board/phytec/phycore_imx93/spl.c @@ -25,11 +25,6 @@ DECLARE_GLOBAL_DATA_PTR; -/* - * Will be part of drivers/power/regulator/pca9450.c - * when pca9451a support is added. - */ -#define PCA9450_REG_PWRCTRL_TOFF_DEB BIT(5) #define EEPROM_ADDR 0x50 /* |