mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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:
parent
b00c86c2e9
commit
a195fb9165
1 changed files with 45 additions and 45 deletions
|
@ -8,15 +8,24 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
pm8058_gpio: gpio@150 {
|
pwrkey@1c {
|
||||||
compatible = "qcom,pm8058-gpio",
|
compatible = "qcom,pm8058-pwrkey";
|
||||||
"qcom,ssbi-gpio";
|
reg = <0x1c>;
|
||||||
reg = <0x150>;
|
interrupt-parent = <&pm8058>;
|
||||||
interrupt-controller;
|
interrupts = <50 1>, <51 1>;
|
||||||
#interrupt-cells = <2>;
|
debounce = <15625>;
|
||||||
gpio-controller;
|
pull-up;
|
||||||
gpio-ranges = <&pm8058_gpio 0 0 44>;
|
};
|
||||||
#gpio-cells = <2>;
|
|
||||||
|
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 {
|
pm8058_mpps: mpps@50 {
|
||||||
|
@ -30,13 +39,22 @@
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pwrkey@1c {
|
pm8058_led131: led@131 {
|
||||||
compatible = "qcom,pm8058-pwrkey";
|
compatible = "qcom,pm8058-led";
|
||||||
reg = <0x1c>;
|
reg = <0x131>;
|
||||||
interrupt-parent = <&pm8058>;
|
status = "disabled";
|
||||||
interrupts = <50 1>, <51 1>;
|
};
|
||||||
debounce = <15625>;
|
|
||||||
pull-up;
|
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 {
|
pm8058_keypad: keypad@148 {
|
||||||
|
@ -49,6 +67,17 @@
|
||||||
row-hold = <91500>;
|
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 {
|
pm8058_xoadc: xoadc@197 {
|
||||||
compatible = "qcom,pm8058-adc";
|
compatible = "qcom,pm8058-adc";
|
||||||
reg = <0x197>;
|
reg = <0x197>;
|
||||||
|
@ -109,35 +138,6 @@
|
||||||
interrupts = <39 1>;
|
interrupts = <39 1>;
|
||||||
allow-set-time;
|
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";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue