Skip to content

Commit

Permalink
arm64: dts: marvell: use mvebu-icu.h where possible
Browse files Browse the repository at this point in the history
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: Thomas Petazzoni <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
  • Loading branch information
tpetazzoni authored and gclement committed Jan 5, 2018
1 parent 4003e96 commit af9ad5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* Device Tree file for Marvell Armada CP110 Master.
*/

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

/ {
cp110-master {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* Device Tree file for Marvell Armada CP110 Slave.
*/

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

/ {
cp110-slave {
Expand Down

0 comments on commit af9ad5b

Please sign in to comment.