1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/input/qcom, 4 $id: http://devicetree.org/schemas/input/qcom,pm8xxx-vib.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Qualcomm PM8xxx PMIC Vibrator 7 title: Qualcomm PM8xxx PMIC Vibrator 8 8 9 maintainers: 9 maintainers: 10 - Bjorn Andersson <andersson@kernel.org> 10 - Bjorn Andersson <andersson@kernel.org> 11 11 12 properties: 12 properties: 13 compatible: 13 compatible: 14 oneOf: !! 14 enum: 15 - enum: !! 15 - qcom,pm8058-vib 16 - qcom,pm8058-vib !! 16 - qcom,pm8916-vib 17 - qcom,pm8916-vib !! 17 - qcom,pm8921-vib 18 - qcom,pm8921-vib << 19 - qcom,pmi632-vib << 20 - items: << 21 - enum: << 22 - qcom,pm6150-vib << 23 - qcom,pm7250b-vib << 24 - qcom,pm7325b-vib << 25 - qcom,pm7550ba-vib << 26 - const: qcom,pmi632-vib << 27 18 28 reg: 19 reg: 29 maxItems: 1 20 maxItems: 1 30 21 31 required: 22 required: 32 - compatible 23 - compatible 33 - reg 24 - reg 34 25 35 additionalProperties: false 26 additionalProperties: false 36 27 37 examples: 28 examples: 38 - | 29 - | 39 pmic { 30 pmic { 40 #address-cells = <1>; 31 #address-cells = <1>; 41 #size-cells = <0>; 32 #size-cells = <0>; 42 33 43 vibrator@4a { 34 vibrator@4a { 44 compatible = "qcom,pm8058-vib"; 35 compatible = "qcom,pm8058-vib"; 45 reg = <0x4a>; 36 reg = <0x4a>; 46 }; 37 }; 47 }; 38 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.