summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-05-09 17:41:59 +0200
committerSimon Horman <horms+renesas@verge.net.au>2013-07-22 10:12:37 +0900
commitf46a6b0f6a54e80ebf1003134f2e6f4258e53688 (patch)
treea158ebb4710a2310346ca86d87d27923b6518b4f /arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
parent5d244563da5326d66ca839b06dbc6f632d2f24df (diff)
downloadlinux-f46a6b0f6a54e80ebf1003134f2e6f4258e53688.tar.bz2
ARM: shmobile: armadillo-reference: Add st1232 pin mappings
Add pin mappings for the st1232 device to the device tree and reference them as the default state for the device. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts')
-rw-r--r--arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
index 4a7ae32d4718..a6c6606dd69b 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
@@ -41,6 +41,8 @@
reg = <0x55>;
interrupt-parent = <&irqpin1>;
interrupts = <2 0>; /* IRQ10: hwirq 2 on irqpin1 */
+ pinctrl-0 = <&st1232_pins>;
+ pinctrl-names = "default";
};
};
@@ -52,4 +54,9 @@
renesas,groups = "scifa1_data";
renesas,function = "scifa1";
};
+
+ st1232_pins: st1232 {
+ renesas,groups = "intc_irq10";
+ renesas,function = "intc";
+ };
};