From: Paweł Chmiel Date: Fri, 6 Jul 2018 18:32:42 +0000 (+0200) Subject: ARM: dts: s5pv210: Add missing interrupt-controller property to gph2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3508f7ceb8cd5750df9d3485e62b70cf5a0a2303;p=linux.git ARM: dts: s5pv210: Add missing interrupt-controller property to gph2 Adds missing interrupt-controller property to gph2 block, to silence following warnings during build: /soc/pinctrl@e0200000/gph2: Missing interrupt-controller or interrupt-map property It's reguired by Samsung Aries boards, an S5PV210 based Samsung Galaxy S (i9000) and Galaxy S 4G phones, which are added in next patches. Signed-off-by: Paweł Chmiel Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/s5pv210-pinctrl.dtsi b/arch/arm/boot/dts/s5pv210-pinctrl.dtsi index 3a79feab11c30..7f0c9d447871e 100644 --- a/arch/arm/boot/dts/s5pv210-pinctrl.dtsi +++ b/arch/arm/boot/dts/s5pv210-pinctrl.dtsi @@ -258,6 +258,8 @@ gph2: gph2 { gpio-controller; #gpio-cells = <2>; + + interrupt-controller; #interrupt-cells = <2>; };