ARM: shmobile: armadillo-reference: Add st1232 pin mappings
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 9 May 2013 15:41:59 +0000 (17:41 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 22 Jul 2013 01:12:37 +0000 (10:12 +0900)
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>
arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts

index 4a7ae32d471887065adc221f377bc86e02df1681..a6c6606dd69b2d95cc473696b5cd285e905d3bde 100644 (file)
@@ -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";
+       };
 };
This page took 0.025361 seconds and 5 git commands to generate.