summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/adder875-uboot.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/adder875-uboot.dts')
-rw-r--r--arch/powerpc/boot/dts/adder875-uboot.dts10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/powerpc/boot/dts/adder875-uboot.dts b/arch/powerpc/boot/dts/adder875-uboot.dts
index 54fb60ec03e5..ec776103f540 100644
--- a/arch/powerpc/boot/dts/adder875-uboot.dts
+++ b/arch/powerpc/boot/dts/adder875-uboot.dts
@@ -1,13 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Device Tree Source for MPC885 ADS running U-Boot
*
* Copyright 2006 MontaVista Software, Inc.
* Copyright 2007 Freescale Semiconductor, Inc.
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
*/
/dts-v1/;
@@ -86,12 +82,10 @@
PHY0: ethernet-phy@0 {
reg = <0>;
- device_type = "ethernet-phy";
};
PHY1: ethernet-phy@1 {
reg = <1>;
- device_type = "ethernet-phy";
};
};
@@ -179,6 +173,6 @@
};
chosen {
- linux,stdout-path = &console;
+ stdout-path = &console;
};
};