Searched +full:pmi632 +full:- +full:pbs (Results 1 – 4 of 4) sorted by relevance
/linux/arch/arm64/boot/dts/qcom/ |
H A D | pmi632.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/iio/qcom,spmi-vadc.h> 7 #include <dt-bindings/interrupt-controller/irq.h> 8 #include <dt-bindings/spmi/spmi.h> 11 thermal-zones { 12 pmi632-thermal { 13 polling-delay-passive = <100>; 15 thermal-sensors = <&pmi632_temp>; 42 compatible = "qcom,pmi632", "qcom,spmi-pmic"; 44 #address-cells = <1>; [all …]
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,pbs.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/qcom/qcom,pbs.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Anjelique Melendez <quic_amelende@quicinc.com> 13 The Qualcomm Technologies, Inc. Programmable Boot Sequencer (PBS) 20 - enum: 21 - qcom,pmi632-pbs 22 - const: qcom,pbs 28 - compatible [all …]
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | qcom,spmi-pmic.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SPMI PMICs multi-function device 13 16-bit SPMI peripheral address space into 256 smaller fixed-size regions, 256 bytes 14 each. A function can consume one or more of these fixed-size register regions. 24 - Stephen Boyd <sboyd@kernel.org> 29 - pattern: '^pmic@.*$' 30 - pattern: '^pm(a|s)?[0-9]*@.*$' [all …]
|
/linux/drivers/leds/rgb/ |
H A D | leds-qcom-lpg.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2017-2022 Linaro Ltd 4 * Copyright (c) 2010-2012, The Linux Foundation. All rights reserved. 5 * Copyright (c) 2023-2024, Qualcomm Innovation Center, Inc. All rights reserved. 9 #include <linux/led-class-multicolor.h> 11 #include <linux/nvmem-consumer.h> 17 #include <linux/soc/qcom/qcom-pbs.h> 42 #define PWM_DTEST_REG(x) (0xe2 + (x) - 1) 86 * struct lpg - LPG device context 90 * @pwm: PWM-chip object, if operating in PWM mode [all …]
|