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-ld6b-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-ld6b-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ld6b-ref.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld6b-ref.dts b/arch/arm/boot/dts/uniphier-ld6b-ref.dts index 0e510a725976..811b999800ed 100644 --- a/arch/arm/boot/dts/uniphier-ld6b-ref.dts +++ b/arch/arm/boot/dts/uniphier-ld6b-ref.dts @@ -58,7 +58,7 @@ &gpio { xirq4 { gpio-hog; - gpios = <124 0>; + gpios = <UNIPHIER_GPIO_IRQ(4) 0>; input; }; }; |