ARM: dts: s5pv210: use defines for IRQ flags in SMDKV210
Replace hard-coded flags with defines for readability. No functional change. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20200907161141.31034-19-krzk@kernel.org
This commit is contained in:
@@ -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 @@
|
|||||||
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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user