diff options
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-common.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-common.dtsi b/arch/arm64/boot/dts/marvell/armada-common.dtsi index d5e8aedec188..b29c6405d214 100644 --- a/arch/arm64/boot/dts/marvell/armada-common.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-common.dtsi | |||
@@ -7,4 +7,5 @@ | |||
7 | #define PASTER(x, y) x ## y | 7 | #define PASTER(x, y) x ## y |
8 | #define EVALUATOR(x, y) PASTER(x, y) | 8 | #define EVALUATOR(x, y) PASTER(x, y) |
9 | #define CP110_LABEL(name) EVALUATOR(CP110_NAME, EVALUATOR(_, name)) | 9 | #define CP110_LABEL(name) EVALUATOR(CP110_NAME, EVALUATOR(_, name)) |
10 | #define CP110_NODE_NAME(name) EVALUATOR(CP110_NAME, EVALUATOR(-, name)) | ||
10 | #define ADDRESSIFY(addr) EVALUATOR(0x, addr) | 11 | #define ADDRESSIFY(addr) EVALUATOR(0x, addr) |