1
0
Fork 0

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>
zero-sugar-mainline-defconfig
Jonathan Bakker 2020-06-13 11:44:23 -07:00 committed by Krzysztof Kozlowski
parent 3fb7fa4997
commit 5b29357091
1 changed files with 2 additions and 0 deletions

View File

@ -273,6 +273,8 @@
gph3: gph3 {
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};