diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-15 10:23:26 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-05-20 13:17:24 +0200 |
commit | 185555ff994eaf0a992ec52221a9b05f645ecd22 (patch) | |
tree | 79bcf18e946b2cdb22ce58f23b97afe377c40ec0 /arch/arm/boot/dts/r8a7792-blanche.dts | |
parent | ARM: dts: rza2mevb: Add 48MHz USB clock (diff) | |
download | linux-185555ff994eaf0a992ec52221a9b05f645ecd22.tar.xz linux-185555ff994eaf0a992ec52221a9b05f645ecd22.zip |
ARM: dts: r8a779x: Configure PMIC IRQ pinmux
The PMIC IRQ line pin multiplexing configuration is missing from the DTs.
Since the line is configured correctly by default, the system works fine.
However, add the IRQ line pin multiplexing configuration for completeness.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7792-blanche.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7792-blanche.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7792-blanche.dts b/arch/arm/boot/dts/r8a7792-blanche.dts index b6fa80c3b07e..b7af14de7c8e 100644 --- a/arch/arm/boot/dts/r8a7792-blanche.dts +++ b/arch/arm/boot/dts/r8a7792-blanche.dts @@ -234,6 +234,11 @@ groups = "du1_rgb666", "du1_sync", "du1_disp"; function = "du1"; }; + + pmic_irq_pins: pmicirq { + groups = "intc_irq2"; + function = "intc"; + }; }; &rwdt { @@ -314,6 +319,8 @@ pmic@58 { compatible = "dlg,da9063"; reg = <0x58>; + pinctrl-names = "default"; + pinctrl-0 = <&pmic_irq_pins>; interrupt-parent = <&irqc>; interrupts = <2 IRQ_TYPE_LEVEL_LOW>; interrupt-controller; |