Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af9ad5bc authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Gregory CLEMENT
Browse files

arm64: dts: marvell: use mvebu-icu.h where possible



Back when the ICU Device Tree binding was introduced, we could not use
mvebu-icu.h from the Device Tree files, because the DT files and
mvebu-icu.h were following different merge routes towards Linus
tree. Now that both have been merged, we can switch the Marvell Armada
CP110 Device Tree files to use the mvebu-icu.h header instead of
duplicating the ICU_GRP_NSR definition.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 4003e96a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -44,7 +44,7 @@
 * Device Tree file for Marvell Armada CP110 Master.
 * Device Tree file for Marvell Armada CP110 Master.
 */
 */


#define ICU_GRP_NSR 0x0
#include <dt-bindings/interrupt-controller/mvebu-icu.h>


/ {
/ {
	cp110-master {
	cp110-master {
+1 −1
Original line number Original line Diff line number Diff line
@@ -44,7 +44,7 @@
 * Device Tree file for Marvell Armada CP110 Slave.
 * Device Tree file for Marvell Armada CP110 Slave.
 */
 */


#define ICU_GRP_NSR 0x0
#include <dt-bindings/interrupt-controller/mvebu-icu.h>


/ {
/ {
	cp110-slave {
	cp110-slave {