diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-01-05 16:13:34 +0100 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-01-13 19:38:21 +0100 |
commit | 86e06f026bce857f059645f883749cfcb9c29a6e (patch) | |
tree | b2a1897799bbea3a429b6a2927907a86ea1c691d /arch/arm/boot/dts/qcom-apq8060-dragonboard.dts | |
parent | ARM: dts: sd-600eval: enable 1.8v regulator on LS expansion (diff) | |
download | linux-86e06f026bce857f059645f883749cfcb9c29a6e.tar.xz linux-86e06f026bce857f059645f883749cfcb9c29a6e.zip |
ARM: dts: rename MSM8660/APQ8060 pmicintc to pm8058
The name "pmicintc" is ambiguous: there is a second power
management IC named PM8901 on these systems, and it is also
an interrupt controller. To make things clear, just name the
node alias "pm8058", this in unambigous and has all information
we need.
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-apq8060-dragonboard.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8060-dragonboard.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8060-dragonboard.dts b/arch/arm/boot/dts/qcom-apq8060-dragonboard.dts index 4b8872cc8bf9..4a532ddab53a 100644 --- a/arch/arm/boot/dts/qcom-apq8060-dragonboard.dts +++ b/arch/arm/boot/dts/qcom-apq8060-dragonboard.dts @@ -412,7 +412,7 @@ * The second interrupt is the PME interrupt * for network wakeup, connected to the TLMM. */ - interrupts-extended = <&pmicintc 198 IRQ_TYPE_EDGE_FALLING>, + interrupts-extended = <&pm8058 198 IRQ_TYPE_EDGE_FALLING>, <&tlmm 29 IRQ_TYPE_EDGE_RISING>; reset-gpios = <&tlmm 30 GPIO_ACTIVE_LOW>; vdd33a-supply = <&dragon_veth>; |