ARM: dts: s5pv210: Add missing interrupt-controller property to gph2
authorPaweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
Fri, 6 Jul 2018 18:32:42 +0000 (20:32 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sat, 7 Jul 2018 08:34:22 +0000 (10:34 +0200)
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 <pawel.mikolaj.chmiel@gmail.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/s5pv210-pinctrl.dtsi

index 3a79feab11c303a15fc112a23f848b304a8800f5..7f0c9d447871e12261f60f5a3e2f10e25c4720d4 100644 (file)
        gph2: gph2 {
                gpio-controller;
                #gpio-cells = <2>;
+
+               interrupt-controller;
                #interrupt-cells = <2>;
        };