Message ID | 20240109195612.3833281-1-nm@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: keystone: Replace http urls with https | expand |
On 1/9/24 1:56 PM, Nishanth Menon wrote: > Replace http url instances with https. > > Signed-off-by: Nishanth Menon <nm@ti.com> > --- Reviewed-by: Andrew Davis <afd@ti.com> > arch/arm/boot/dts/ti/keystone/keystone-clocks.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2e-clocks.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2e-evm.dts | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2e.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2g-ice.dts | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2hk-clocks.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2hk.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2l-clocks.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2l-evm.dts | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi | 2 +- > arch/arm/boot/dts/ti/keystone/keystone.dtsi | 2 +- > 18 files changed, 18 insertions(+), 18 deletions(-) > > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-clocks.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-clocks.dtsi > index 0397c3423d2d..20bab90ee0ba 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-clocks.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-clocks.dtsi > @@ -2,7 +2,7 @@ > /* > * Device Tree Source for Keystone 2 clock tree > * > - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > clocks { > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2e-clocks.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2e-clocks.dtsi > index cf30e007fea3..74720dbf3110 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2e-clocks.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2e-clocks.dtsi > @@ -2,7 +2,7 @@ > /* > * Keystone 2 Edison SoC specific device tree > * > - * Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > clocks { > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2e-evm.dts b/arch/arm/boot/dts/ti/keystone/keystone-k2e-evm.dts > index 6978d6a362f3..58099ce8d449 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2e-evm.dts > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2e-evm.dts > @@ -2,7 +2,7 @@ > /* > * Keystone 2 Edison EVM device tree > * > - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > /dts-v1/; > > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi > index 5c88a90903b8..e586350ae4dc 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi > @@ -2,7 +2,7 @@ > /* > * Device Tree Source for Keystone 2 Edison Netcp driver > * > - * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > qmss: qmss@2a40000 { > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2e.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2e.dtsi > index 65c32946c522..662aa33cba11 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2e.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2e.dtsi > @@ -2,7 +2,7 @@ > /* > * Keystone 2 Edison soc device tree > * > - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > #include <dt-bindings/reset/ti-syscon.h> > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts b/arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts > index f0ddbbcdc972..bf5f67d70235 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts > @@ -2,7 +2,7 @@ > /* > * Device Tree Source for K2G EVM > * > - * Copyright (C) 2016-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > /dts-v1/; > > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2g-ice.dts b/arch/arm/boot/dts/ti/keystone/keystone-k2g-ice.dts > index 6ceb0d5c6388..264e1e0d23c8 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2g-ice.dts > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2g-ice.dts > @@ -2,7 +2,7 @@ > /* > * Device Tree Source for K2G Industrial Communication Engine EVM > * > - * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > /dts-v1/; > > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi > index 7109ca031617..974c8f2fa740 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi > @@ -2,7 +2,7 @@ > /* > * Device Tree Source for K2G Netcp driver > * > - * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/ > */ > > qmss: qmss@4020000 { > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi > index 102d59694d90..790b29ab0fa2 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi > @@ -2,7 +2,7 @@ > /* > * Device Tree Source for K2G SOC > * > - * Copyright (C) 2016-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > #include <dt-bindings/interrupt-controller/arm-gic.h> > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-clocks.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-clocks.dtsi > index 4ba6912176ef..3ca4722087c9 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-clocks.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-clocks.dtsi > @@ -2,7 +2,7 @@ > /* > * Keystone 2 Kepler/Hawking SoC clock nodes > * > - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > clocks { > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts > index 8dfb54295027..b824fad9a4ec 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts > @@ -2,7 +2,7 @@ > /* > * Keystone 2 Kepler/Hawking EVM device tree > * > - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > /dts-v1/; > > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi > index c2ee775eab6a..3ab1b5d6f9bc 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi > @@ -2,7 +2,7 @@ > /* > * Device Tree Source for Keystone 2 Hawking Netcp driver > * > - * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > qmss: qmss@2a40000 { > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2hk.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2hk.dtsi > index da6d3934c2e8..4fdf4b30384f 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2hk.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2hk.dtsi > @@ -2,7 +2,7 @@ > /* > * Keystone 2 Kepler/Hawking soc specific device tree > * > - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > #include <dt-bindings/reset/ti-syscon.h> > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2l-clocks.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2l-clocks.dtsi > index 635528064dea..fcfc2fb6cc2d 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2l-clocks.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l-clocks.dtsi > @@ -2,7 +2,7 @@ > /* > * Keystone 2 lamarr SoC clock nodes > * > - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > clocks { > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2l-evm.dts b/arch/arm/boot/dts/ti/keystone/keystone-k2l-evm.dts > index be619e39a16f..ccda63ab12fe 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2l-evm.dts > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l-evm.dts > @@ -2,7 +2,7 @@ > /* > * Keystone 2 Lamarr EVM device tree > * > - * Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > /dts-v1/; > > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi > index 1afebd7458c1..b8f880faaa31 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi > @@ -2,7 +2,7 @@ > /* > * Device Tree Source for Keystone 2 Lamarr Netcp driver > * > - * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > qmss: qmss@2a40000 { > diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi > index 2062fe561642..330b437b667f 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi > @@ -2,7 +2,7 @@ > /* > * Keystone 2 Lamarr SoC specific device tree > * > - * Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > #include <dt-bindings/reset/ti-syscon.h> > diff --git a/arch/arm/boot/dts/ti/keystone/keystone.dtsi b/arch/arm/boot/dts/ti/keystone/keystone.dtsi > index 1fd04bb37a15..ff16428860a9 100644 > --- a/arch/arm/boot/dts/ti/keystone/keystone.dtsi > +++ b/arch/arm/boot/dts/ti/keystone/keystone.dtsi > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ > + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ > */ > > #include <dt-bindings/interrupt-controller/arm-gic.h>
Hi Nishanth Menon, On Tue, 09 Jan 2024 13:56:12 -0600, Nishanth Menon wrote: > Replace http url instances with https. > > I have applied the following to branch ti-keystone-dts-next on [1]. Thank you! [1/1] ARM: dts: keystone: Replace http urls with https commit: 11621bedc016578e0b025b6f23458e9fe3f3caad All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
diff --git a/arch/arm/boot/dts/ti/keystone/keystone-clocks.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-clocks.dtsi index 0397c3423d2d..20bab90ee0ba 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-clocks.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-clocks.dtsi @@ -2,7 +2,7 @@ /* * Device Tree Source for Keystone 2 clock tree * - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ */ clocks { diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2e-clocks.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2e-clocks.dtsi index cf30e007fea3..74720dbf3110 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2e-clocks.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2e-clocks.dtsi @@ -2,7 +2,7 @@ /* * Keystone 2 Edison SoC specific device tree * - * Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/ */ clocks { diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2e-evm.dts b/arch/arm/boot/dts/ti/keystone/keystone-k2e-evm.dts index 6978d6a362f3..58099ce8d449 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2e-evm.dts +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2e-evm.dts @@ -2,7 +2,7 @@ /* * Keystone 2 Edison EVM device tree * - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ */ /dts-v1/; diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi index 5c88a90903b8..e586350ae4dc 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi @@ -2,7 +2,7 @@ /* * Device Tree Source for Keystone 2 Edison Netcp driver * - * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/ */ qmss: qmss@2a40000 { diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2e.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2e.dtsi index 65c32946c522..662aa33cba11 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2e.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2e.dtsi @@ -2,7 +2,7 @@ /* * Keystone 2 Edison soc device tree * - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ */ #include <dt-bindings/reset/ti-syscon.h> diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts b/arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts index f0ddbbcdc972..bf5f67d70235 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts @@ -2,7 +2,7 @@ /* * Device Tree Source for K2G EVM * - * Copyright (C) 2016-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/ */ /dts-v1/; diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2g-ice.dts b/arch/arm/boot/dts/ti/keystone/keystone-k2g-ice.dts index 6ceb0d5c6388..264e1e0d23c8 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2g-ice.dts +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2g-ice.dts @@ -2,7 +2,7 @@ /* * Device Tree Source for K2G Industrial Communication Engine EVM * - * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ */ /dts-v1/; diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi index 7109ca031617..974c8f2fa740 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi @@ -2,7 +2,7 @@ /* * Device Tree Source for K2G Netcp driver * - * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/ */ qmss: qmss@4020000 { diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi index 102d59694d90..790b29ab0fa2 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi @@ -2,7 +2,7 @@ /* * Device Tree Source for K2G SOC * - * Copyright (C) 2016-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/ */ #include <dt-bindings/interrupt-controller/arm-gic.h> diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-clocks.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-clocks.dtsi index 4ba6912176ef..3ca4722087c9 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-clocks.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-clocks.dtsi @@ -2,7 +2,7 @@ /* * Keystone 2 Kepler/Hawking SoC clock nodes * - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ */ clocks { diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts index 8dfb54295027..b824fad9a4ec 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts @@ -2,7 +2,7 @@ /* * Keystone 2 Kepler/Hawking EVM device tree * - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ */ /dts-v1/; diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi index c2ee775eab6a..3ab1b5d6f9bc 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi @@ -2,7 +2,7 @@ /* * Device Tree Source for Keystone 2 Hawking Netcp driver * - * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/ */ qmss: qmss@2a40000 { diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2hk.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2hk.dtsi index da6d3934c2e8..4fdf4b30384f 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2hk.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2hk.dtsi @@ -2,7 +2,7 @@ /* * Keystone 2 Kepler/Hawking soc specific device tree * - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ */ #include <dt-bindings/reset/ti-syscon.h> diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2l-clocks.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2l-clocks.dtsi index 635528064dea..fcfc2fb6cc2d 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2l-clocks.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l-clocks.dtsi @@ -2,7 +2,7 @@ /* * Keystone 2 lamarr SoC clock nodes * - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ */ clocks { diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2l-evm.dts b/arch/arm/boot/dts/ti/keystone/keystone-k2l-evm.dts index be619e39a16f..ccda63ab12fe 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2l-evm.dts +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l-evm.dts @@ -2,7 +2,7 @@ /* * Keystone 2 Lamarr EVM device tree * - * Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/ */ /dts-v1/; diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi index 1afebd7458c1..b8f880faaa31 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi @@ -2,7 +2,7 @@ /* * Device Tree Source for Keystone 2 Lamarr Netcp driver * - * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/ */ qmss: qmss@2a40000 { diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi index 2062fe561642..330b437b667f 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi @@ -2,7 +2,7 @@ /* * Keystone 2 Lamarr SoC specific device tree * - * Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/ */ #include <dt-bindings/reset/ti-syscon.h> diff --git a/arch/arm/boot/dts/ti/keystone/keystone.dtsi b/arch/arm/boot/dts/ti/keystone/keystone.dtsi index 1fd04bb37a15..ff16428860a9 100644 --- a/arch/arm/boot/dts/ti/keystone/keystone.dtsi +++ b/arch/arm/boot/dts/ti/keystone/keystone.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/ */ #include <dt-bindings/interrupt-controller/arm-gic.h>
Replace http url instances with https. Signed-off-by: Nishanth Menon <nm@ti.com> --- arch/arm/boot/dts/ti/keystone/keystone-clocks.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2e-clocks.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2e-evm.dts | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2e-netcp.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2e.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2g-evm.dts | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2g-ice.dts | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2g-netcp.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2hk-clocks.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2hk-evm.dts | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2hk-netcp.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2hk.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2l-clocks.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2l-evm.dts | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2l-netcp.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi | 2 +- arch/arm/boot/dts/ti/keystone/keystone.dtsi | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-)