char: ipmi: use DEVICE_ATTR helper macro
[linux-2.6-microblaze.git] / arch / arm / boot / dts / r8a7790-lager.dts
index 2dad074..fa6d986 100644 (file)
@@ -81,6 +81,9 @@
        keyboard {
                compatible = "gpio-keys";
 
+               pinctrl-0 = <&keyboard_pins>;
+               pinctrl-names = "default";
+
                one {
                        linux,code = <KEY_1>;
                        label = "SW2-1";
                groups = "audio_clk_a";
                function = "audio_clk";
        };
+
+       keyboard_pins: keyboard {
+               pins = "GP_1_14", "GP_1_24", "GP_1_26", "GP_1_28";
+               bias-pull-up;
+       };
 };
 
 &ether {