Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9990161 authored by Swetha Chikkaboraiah's avatar Swetha Chikkaboraiah Committed by Chetan C R
Browse files

pinctrl: qcom: Add sdm660 pinctrl DT drivers



Add initial pinctrl DT header file to support pin
configuration with pinctrl framework for sdm660.
This is a snapshot of DT file as of msm-4.4
commit 674d6a5ef1729c0b7("pinctrl: qcom: Add
UFS_RESET pin data for sdm660").

Change-Id: Ibf20a28061ea60f4e73ccff94a63749666fd01b5
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
Signed-off-by: default avatarChetan C R <cchinnad@codeaurora.org>
parent da5e3c9c
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2015, 2017, 2019-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only 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.
 */

#ifndef __MSM_POWER_ON_H__
#define __MSM_POWER_ON_H__

#define PON_POWER_OFF_RESERVED		0x00
#define PON_POWER_OFF_WARM_RESET	0x01
#define PON_POWER_OFF_SHUTDOWN		0x04
#define PON_POWER_OFF_DVDD_SHUTDOWN	0x05
#define PON_POWER_OFF_HARD_RESET	0x07
#define PON_POWER_OFF_DVDD_HARD_RESET	0x08
#define PON_POWER_OFF_MAX_TYPE		0x10

#endif