diff options
Diffstat (limited to 'arch/mips/boot')
| -rw-r--r-- | arch/mips/boot/compressed/calc_vmlinuz_load_addr.c | 6 | ||||
| -rw-r--r-- | arch/mips/boot/compressed/decompress.c | 6 | ||||
| -rw-r--r-- | arch/mips/boot/dts/mscc/ocelot.dtsi | 5 | 
3 files changed, 5 insertions, 12 deletions
diff --git a/arch/mips/boot/compressed/calc_vmlinuz_load_addr.c b/arch/mips/boot/compressed/calc_vmlinuz_load_addr.c index 542c3ede9722..240f1d12df75 100644 --- a/arch/mips/boot/compressed/calc_vmlinuz_load_addr.c +++ b/arch/mips/boot/compressed/calc_vmlinuz_load_addr.c @@ -1,10 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-or-later  /*   * Copyright (C) 2010 "Wu Zhangjin" <wuzhangjin@gmail.com> - * - * 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.   */  #include <sys/types.h> diff --git a/arch/mips/boot/compressed/decompress.c b/arch/mips/boot/compressed/decompress.c index 81df9047e110..88f5d637b1c4 100644 --- a/arch/mips/boot/compressed/decompress.c +++ b/arch/mips/boot/compressed/decompress.c @@ -1,14 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later  /*   * Copyright 2001 MontaVista Software Inc.   * Author: Matt Porter <mporter@mvista.com>   *   * Copyright (C) 2009 Lemote, Inc.   * Author: Wu Zhangjin <wuzhangjin@gmail.com> - * - * 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.   */  #include <linux/types.h> diff --git a/arch/mips/boot/dts/mscc/ocelot.dtsi b/arch/mips/boot/dts/mscc/ocelot.dtsi index 90c60d42f571..33ae74aaa1bb 100644 --- a/arch/mips/boot/dts/mscc/ocelot.dtsi +++ b/arch/mips/boot/dts/mscc/ocelot.dtsi @@ -132,11 +132,12 @@  			      <0x1270000 0x100>,  			      <0x1280000 0x100>,  			      <0x1800000 0x80000>, -			      <0x1880000 0x10000>; +			      <0x1880000 0x10000>, +			      <0x1060000 0x10000>;  			reg-names = "sys", "rew", "qs", "port0", "port1",  				    "port2", "port3", "port4", "port5", "port6",  				    "port7", "port8", "port9", "port10", "qsys", -				    "ana"; +				    "ana", "s2";  			interrupts = <21 22>;  			interrupt-names = "xtr", "inj";  | 

