mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 16:17:41 -04:00
ARM: dts: qcom: pm8058: reorder nodes
Move pm8058 device nodes to follow the alphanumberic sorting order. Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230928110309.1212221-21-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
b00c86c2e9
commit
a195fb9165
@@ -8,15 +8,24 @@ pm8058: pmic {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pm8058_gpio: gpio@150 {
|
||||
compatible = "qcom,pm8058-gpio",
|
||||
"qcom,ssbi-gpio";
|
||||
reg = <0x150>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
gpio-controller;
|
||||
gpio-ranges = <&pm8058_gpio 0 0 44>;
|
||||
#gpio-cells = <2>;
|
||||
pwrkey@1c {
|
||||
compatible = "qcom,pm8058-pwrkey";
|
||||
reg = <0x1c>;
|
||||
interrupt-parent = <&pm8058>;
|
||||
interrupts = <50 1>, <51 1>;
|
||||
debounce = <15625>;
|
||||
pull-up;
|
||||
};
|
||||
|
||||
pm8058_led48: led@48 {
|
||||
compatible = "qcom,pm8058-keypad-led";
|
||||
reg = <0x48>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
vibrator@4a {
|
||||
compatible = "qcom,pm8058-vib";
|
||||
reg = <0x4a>;
|
||||
};
|
||||
|
||||
pm8058_mpps: mpps@50 {
|
||||
@@ -30,13 +39,22 @@ pm8058_mpps: mpps@50 {
|
||||
#interrupt-cells = <2>;
|
||||
};
|
||||
|
||||
pwrkey@1c {
|
||||
compatible = "qcom,pm8058-pwrkey";
|
||||
reg = <0x1c>;
|
||||
interrupt-parent = <&pm8058>;
|
||||
interrupts = <50 1>, <51 1>;
|
||||
debounce = <15625>;
|
||||
pull-up;
|
||||
pm8058_led131: led@131 {
|
||||
compatible = "qcom,pm8058-led";
|
||||
reg = <0x131>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pm8058_led132: led@132 {
|
||||
compatible = "qcom,pm8058-led";
|
||||
reg = <0x132>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pm8058_led133: led@133 {
|
||||
compatible = "qcom,pm8058-led";
|
||||
reg = <0x133>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pm8058_keypad: keypad@148 {
|
||||
@@ -49,6 +67,17 @@ pm8058_keypad: keypad@148 {
|
||||
row-hold = <91500>;
|
||||
};
|
||||
|
||||
pm8058_gpio: gpio@150 {
|
||||
compatible = "qcom,pm8058-gpio",
|
||||
"qcom,ssbi-gpio";
|
||||
reg = <0x150>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
gpio-controller;
|
||||
gpio-ranges = <&pm8058_gpio 0 0 44>;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
pm8058_xoadc: xoadc@197 {
|
||||
compatible = "qcom,pm8058-adc";
|
||||
reg = <0x197>;
|
||||
@@ -109,35 +138,6 @@ rtc@1e8 {
|
||||
interrupts = <39 1>;
|
||||
allow-set-time;
|
||||
};
|
||||
|
||||
vibrator@4a {
|
||||
compatible = "qcom,pm8058-vib";
|
||||
reg = <0x4a>;
|
||||
};
|
||||
|
||||
pm8058_led48: led@48 {
|
||||
compatible = "qcom,pm8058-keypad-led";
|
||||
reg = <0x48>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pm8058_led131: led@131 {
|
||||
compatible = "qcom,pm8058-led";
|
||||
reg = <0x131>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pm8058_led132: led@132 {
|
||||
compatible = "qcom,pm8058-led";
|
||||
reg = <0x132>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pm8058_led133: led@133 {
|
||||
compatible = "qcom,pm8058-led";
|
||||
reg = <0x133>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user