diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-17 08:24:45 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-12-11 18:47:20 +0300 |
commit | d1194d493c3ac370859e4e705bd4f915118dda69 (patch) | |
tree | effb9cdf800b87d10cbd95284a5b52c2c52596d3 /arch/arm/boot/dts/uniphier-pro4-ref.dts | |
parent | 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 (diff) | |
download | linux-d1194d493c3ac370859e4e705bd4f915118dda69.tar.xz |
ARM: dts: uniphier: use macros in dt-bindings header
The dt-bindings header was applied to the driver subsystem. I had to
wait for a merge window to use it from DT.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-pro4-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-pro4-ref.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-pro4-ref.dts b/arch/arm/boot/dts/uniphier-pro4-ref.dts index be99467ac6bb..6a004e5cf786 100644 --- a/arch/arm/boot/dts/uniphier-pro4-ref.dts +++ b/arch/arm/boot/dts/uniphier-pro4-ref.dts @@ -58,7 +58,7 @@ &gpio { xirq2 { gpio-hog; - gpios = <122 0>; + gpios = <UNIPHIER_GPIO_IRQ(2) 0>; input; }; }; |