Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: s5pv210: Add interrupt-controller property to gph3

The GPH3 pins on s5pv210 have interrupt support and had the
interrupt-cells property but was missing the interrupt-controller
property.

Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Jonathan Bakker and committed by
Krzysztof Kozlowski
5b293570 3fb7fa49

+2
+2
arch/arm/boot/dts/s5pv210-pinctrl.dtsi
··· 273 273 gph3: gph3 { 274 274 gpio-controller; 275 275 #gpio-cells = <2>; 276 + 277 + interrupt-controller; 276 278 #interrupt-cells = <2>; 277 279 }; 278 280