diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-17 14:24:45 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-12-12 00:47:20 +0900 |
commit | d1194d493c3ac370859e4e705bd4f915118dda69 (patch) | |
tree | effb9cdf800b87d10cbd95284a5b52c2c52596d3 /arch/arm/boot/dts/uniphier-sld8-ref.dts | |
parent | 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 (diff) | |
download | blackbird-op-linux-d1194d493c3ac370859e4e705bd4f915118dda69.tar.gz blackbird-op-linux-d1194d493c3ac370859e4e705bd4f915118dda69.zip |
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-sld8-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-sld8-ref.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-sld8-ref.dts b/arch/arm/boot/dts/uniphier-sld8-ref.dts index 1c0e7077a560..e052ea3b4020 100644 --- a/arch/arm/boot/dts/uniphier-sld8-ref.dts +++ b/arch/arm/boot/dts/uniphier-sld8-ref.dts @@ -56,7 +56,7 @@ &gpio { xirq0 { gpio-hog; - gpios = <120 0>; + gpios = <UNIPHIER_GPIO_IRQ(0) 0>; input; }; }; |