power: rename stpmu1 to official name stpmic1
Alignment with kernel driver name & binding introduced by https://patchwork.kernel.org/cover/10761943/ to use the final marketing name = STPMIC1. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
@@ -1,60 +1,46 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* This file is part of stpmu1 pmic driver
|
||||
*
|
||||
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
|
||||
* Author: Pascal Paillet <p.paillet@st.com> for STMicroelectronics.
|
||||
*
|
||||
* License type: GPLv2
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 as published by
|
||||
* the Free Software Foundation.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
* or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
* See the GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* Copyright (C) STMicroelectronics 2018 - All Rights Reserved
|
||||
* Author: Philippe Peurichard <philippe.peurichard@st.com>,
|
||||
* Pascal Paillet <p.paillet@st.com> for STMicroelectronics.
|
||||
*/
|
||||
|
||||
#ifndef __DT_BINDINGS_STPMU1_H__
|
||||
#define __DT_BINDINGS_STPMU1_H__
|
||||
#ifndef __DT_BINDINGS_STPMIC1_H__
|
||||
#define __DT_BINDINGS_STPMIC1_H__
|
||||
|
||||
/* IRQ definitions */
|
||||
#define IT_PONKEY_F 0
|
||||
#define IT_PONKEY_R 1
|
||||
#define IT_WAKEUP_F 2
|
||||
#define IT_WAKEUP_R 3
|
||||
#define IT_VBUS_OTG_F 4
|
||||
#define IT_VBUS_OTG_R 5
|
||||
#define IT_SWOUT_F 6
|
||||
#define IT_SWOUT_R 7
|
||||
#define IT_PONKEY_F 0
|
||||
#define IT_PONKEY_R 1
|
||||
#define IT_WAKEUP_F 2
|
||||
#define IT_WAKEUP_R 3
|
||||
#define IT_VBUS_OTG_F 4
|
||||
#define IT_VBUS_OTG_R 5
|
||||
#define IT_SWOUT_F 6
|
||||
#define IT_SWOUT_R 7
|
||||
|
||||
#define IT_CURLIM_BUCK1 8
|
||||
#define IT_CURLIM_BUCK2 9
|
||||
#define IT_CURLIM_BUCK3 10
|
||||
#define IT_CURLIM_BUCK4 11
|
||||
#define IT_OCP_OTG 12
|
||||
#define IT_OCP_SWOUT 13
|
||||
#define IT_OCP_BOOST 14
|
||||
#define IT_OVP_BOOST 15
|
||||
#define IT_CURLIM_BUCK1 8
|
||||
#define IT_CURLIM_BUCK2 9
|
||||
#define IT_CURLIM_BUCK3 10
|
||||
#define IT_CURLIM_BUCK4 11
|
||||
#define IT_OCP_OTG 12
|
||||
#define IT_OCP_SWOUT 13
|
||||
#define IT_OCP_BOOST 14
|
||||
#define IT_OVP_BOOST 15
|
||||
|
||||
#define IT_CURLIM_LDO1 16
|
||||
#define IT_CURLIM_LDO2 17
|
||||
#define IT_CURLIM_LDO3 18
|
||||
#define IT_CURLIM_LDO4 19
|
||||
#define IT_CURLIM_LDO5 20
|
||||
#define IT_CURLIM_LDO6 21
|
||||
#define IT_SHORT_SWOTG 22
|
||||
#define IT_SHORT_SWOUT 23
|
||||
#define IT_CURLIM_LDO1 16
|
||||
#define IT_CURLIM_LDO2 17
|
||||
#define IT_CURLIM_LDO3 18
|
||||
#define IT_CURLIM_LDO4 19
|
||||
#define IT_CURLIM_LDO5 20
|
||||
#define IT_CURLIM_LDO6 21
|
||||
#define IT_SHORT_SWOTG 22
|
||||
#define IT_SHORT_SWOUT 23
|
||||
|
||||
#define IT_TWARN_F 24
|
||||
#define IT_TWARN_R 25
|
||||
#define IT_VINLOW_F 26
|
||||
#define IT_VINLOW_R 27
|
||||
#define IT_SWIN_F 30
|
||||
#define IT_SWIN_R 31
|
||||
#define IT_TWARN_F 24
|
||||
#define IT_TWARN_R 25
|
||||
#define IT_VINLOW_F 26
|
||||
#define IT_VINLOW_R 27
|
||||
#define IT_SWIN_F 30
|
||||
#define IT_SWIN_R 31
|
||||
|
||||
#endif /* __DT_BINDINGS_STPMU1_H__ */
|
||||
#endif /* __DT_BINDINGS_STPMIC1_H__ */
|
||||
|
||||
@@ -3,83 +3,90 @@
|
||||
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
|
||||
*/
|
||||
|
||||
#ifndef __PMIC_STPMU1_H_
|
||||
#define __PMIC_STPMU1_H_
|
||||
#ifndef __PMIC_STPMIC1_H_
|
||||
#define __PMIC_STPMIC1_H_
|
||||
|
||||
#define STPMU1_MASK_RESET_BUCK 0x18
|
||||
#define STPMU1_BUCKX_CTRL_REG(buck) (0x20 + (buck))
|
||||
#define STPMU1_VREF_CTRL_REG 0x24
|
||||
#define STPMU1_LDOX_CTRL_REG(ldo) (0x25 + (ldo))
|
||||
#define STPMU1_USB_CTRL_REG 0x40
|
||||
#define STPMU1_NVM_USER_STATUS_REG 0xb8
|
||||
#define STPMU1_NVM_USER_CONTROL_REG 0xb9
|
||||
#define STPMIC1_MAIN_CONTROL_REG 0x10
|
||||
#define STPMIC1_MASK_RESET_BUCK 0x18
|
||||
#define STPMIC1_MASK_RESET_LDOS 0x1a
|
||||
#define STPMIC1_BUCKX_CTRL_REG(buck) (0x20 + (buck))
|
||||
#define STPMIC1_VREF_CTRL_REG 0x24
|
||||
#define STPMIC1_LDOX_CTRL_REG(ldo) (0x25 + (ldo))
|
||||
#define STPMIC1_USB_CTRL_REG 0x40
|
||||
#define STPMIC1_NVM_USER_STATUS_REG 0xb8
|
||||
#define STPMIC1_NVM_USER_CONTROL_REG 0xb9
|
||||
|
||||
#define STPMU1_MASK_RESET_BUCK3 BIT(2)
|
||||
/* Main PMIC Control Register (MAIN_CONTROL_REG) */
|
||||
#define STPMIC1_CTRL_SWITCH_OFF BIT(0)
|
||||
#define STPMIC1_CTRL_RESTART BIT(1)
|
||||
|
||||
#define STPMU1_BUCK_EN BIT(0)
|
||||
#define STPMU1_BUCK_MODE BIT(1)
|
||||
#define STPMU1_BUCK_OUTPUT_MASK GENMASK(7, 2)
|
||||
#define STPMU1_BUCK_OUTPUT_SHIFT 2
|
||||
#define STPMU1_BUCK2_1200000V (24 << STPMU1_BUCK_OUTPUT_SHIFT)
|
||||
#define STPMU1_BUCK2_1350000V (30 << STPMU1_BUCK_OUTPUT_SHIFT)
|
||||
#define STPMU1_BUCK3_1800000V (39 << STPMU1_BUCK_OUTPUT_SHIFT)
|
||||
#define STPMIC1_MASK_RESET_BUCK3 BIT(2)
|
||||
#define STPMIC1_MASK_RESET_BUCK_DBG GENMASK(3, 0)
|
||||
#define STPMIC1_MASK_RESET_LDOS_DBG 0x6F
|
||||
|
||||
#define STPMU1_VREF_EN BIT(0)
|
||||
#define STPMIC1_BUCK_EN BIT(0)
|
||||
#define STPMIC1_BUCK_MODE BIT(1)
|
||||
#define STPMIC1_BUCK_OUTPUT_MASK GENMASK(7, 2)
|
||||
#define STPMIC1_BUCK_OUTPUT_SHIFT 2
|
||||
#define STPMIC1_BUCK2_1200000V (24 << STPMIC1_BUCK_OUTPUT_SHIFT)
|
||||
#define STPMIC1_BUCK2_1350000V (30 << STPMIC1_BUCK_OUTPUT_SHIFT)
|
||||
#define STPMIC1_BUCK3_1800000V (39 << STPMIC1_BUCK_OUTPUT_SHIFT)
|
||||
|
||||
#define STPMU1_LDO_EN BIT(0)
|
||||
#define STPMU1_LDO12356_OUTPUT_MASK GENMASK(6, 2)
|
||||
#define STPMU1_LDO12356_OUTPUT_SHIFT 2
|
||||
#define STPMU1_LDO3_MODE BIT(7)
|
||||
#define STPMU1_LDO3_DDR_SEL 31
|
||||
#define STPMU1_LDO3_1800000 (9 << STPMU1_LDO12356_OUTPUT_SHIFT)
|
||||
#define STPMU1_LDO4_UV 3300000
|
||||
#define STPMIC1_VREF_EN BIT(0)
|
||||
|
||||
#define STPMU1_USB_BOOST_EN BIT(0)
|
||||
#define STPMU1_USB_PWR_SW_EN GENMASK(2, 1)
|
||||
#define STPMIC1_LDO_EN BIT(0)
|
||||
#define STPMIC1_LDO12356_OUTPUT_MASK GENMASK(6, 2)
|
||||
#define STPMIC1_LDO12356_OUTPUT_SHIFT 2
|
||||
#define STPMIC1_LDO3_MODE BIT(7)
|
||||
#define STPMIC1_LDO3_DDR_SEL 31
|
||||
#define STPMIC1_LDO3_1800000 (9 << STPMIC1_LDO12356_OUTPUT_SHIFT)
|
||||
#define STPMIC1_LDO4_UV 3300000
|
||||
|
||||
#define STPMU1_NVM_USER_CONTROL_PROGRAM BIT(0)
|
||||
#define STPMU1_NVM_USER_CONTROL_READ BIT(1)
|
||||
#define STPMIC1_USB_BOOST_EN BIT(0)
|
||||
#define STPMIC1_USB_PWR_SW_EN GENMASK(2, 1)
|
||||
|
||||
#define STPMU1_NVM_USER_STATUS_BUSY BIT(0)
|
||||
#define STPMU1_NVM_USER_STATUS_ERROR BIT(1)
|
||||
#define STPMIC1_NVM_USER_CONTROL_PROGRAM BIT(0)
|
||||
#define STPMIC1_NVM_USER_CONTROL_READ BIT(1)
|
||||
|
||||
#define STPMU1_DEFAULT_START_UP_DELAY_MS 1
|
||||
#define STPMU1_DEFAULT_STOP_DELAY_MS 5
|
||||
#define STPMU1_USB_BOOST_START_UP_DELAY_MS 10
|
||||
#define STPMIC1_NVM_USER_STATUS_BUSY BIT(0)
|
||||
#define STPMIC1_NVM_USER_STATUS_ERROR BIT(1)
|
||||
|
||||
#define STPMIC1_DEFAULT_START_UP_DELAY_MS 1
|
||||
#define STPMIC1_DEFAULT_STOP_DELAY_MS 5
|
||||
#define STPMIC1_USB_BOOST_START_UP_DELAY_MS 10
|
||||
|
||||
enum {
|
||||
STPMU1_BUCK1,
|
||||
STPMU1_BUCK2,
|
||||
STPMU1_BUCK3,
|
||||
STPMU1_BUCK4,
|
||||
STPMU1_MAX_BUCK,
|
||||
STPMIC1_BUCK1,
|
||||
STPMIC1_BUCK2,
|
||||
STPMIC1_BUCK3,
|
||||
STPMIC1_BUCK4,
|
||||
STPMIC1_MAX_BUCK,
|
||||
};
|
||||
|
||||
enum {
|
||||
STPMU1_BUCK_MODE_HP,
|
||||
STPMU1_BUCK_MODE_LP,
|
||||
STPMIC1_BUCK_MODE_HP,
|
||||
STPMIC1_BUCK_MODE_LP,
|
||||
};
|
||||
|
||||
enum {
|
||||
STPMU1_LDO1,
|
||||
STPMU1_LDO2,
|
||||
STPMU1_LDO3,
|
||||
STPMU1_LDO4,
|
||||
STPMU1_LDO5,
|
||||
STPMU1_LDO6,
|
||||
STPMU1_MAX_LDO,
|
||||
STPMIC1_LDO1,
|
||||
STPMIC1_LDO2,
|
||||
STPMIC1_LDO3,
|
||||
STPMIC1_LDO4,
|
||||
STPMIC1_LDO5,
|
||||
STPMIC1_LDO6,
|
||||
STPMIC1_MAX_LDO,
|
||||
};
|
||||
|
||||
enum {
|
||||
STPMU1_LDO_MODE_NORMAL,
|
||||
STPMU1_LDO_MODE_BYPASS,
|
||||
STPMU1_LDO_MODE_SINK_SOURCE,
|
||||
STPMIC1_LDO_MODE_NORMAL,
|
||||
STPMIC1_LDO_MODE_BYPASS,
|
||||
STPMIC1_LDO_MODE_SINK_SOURCE,
|
||||
};
|
||||
|
||||
enum {
|
||||
STPMU1_PWR_SW1,
|
||||
STPMU1_PWR_SW2,
|
||||
STPMU1_MAX_PWR_SW,
|
||||
STPMIC1_PWR_SW1,
|
||||
STPMIC1_PWR_SW2,
|
||||
STPMIC1_MAX_PWR_SW,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user