Commit c272f1cc authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: s5pv210: use defines for IRQ flags in SMDKV210

Replace hard-coded flags with defines for readability.  No functional
change.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200907161141.31034-19-krzk@kernel.org
parent 0f2e43cf
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
*/ */
/dts-v1/; /dts-v1/;
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/input/input.h> #include <dt-bindings/input/input.h>
#include "s5pv210.dtsi" #include "s5pv210.dtsi"
...@@ -42,7 +43,7 @@ ethernet@18000000 { ...@@ -42,7 +43,7 @@ ethernet@18000000 {
compatible = "davicom,dm9000"; compatible = "davicom,dm9000";
reg = <0xA8000000 0x2 0xA8000002 0x2>; reg = <0xA8000000 0x2 0xA8000002 0x2>;
interrupt-parent = <&gph1>; interrupt-parent = <&gph1>;
interrupts = <1 4>; interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
local-mac-address = [00 00 de ad be ef]; local-mac-address = [00 00 de ad be ef];
davicom,no-eeprom; davicom,no-eeprom;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment