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

Commit f43a4b85 authored by Bhupesh Sharma's avatar Bhupesh Sharma Committed by Arnd Bergmann
Browse files

arm64: Rename FSL LS2085A SoC support code to LS2080A



Freescale is renaming the LS2085A SoC to LS2080A. This patch
addresses the same.

Signed-off-by: default avatarBhupesh Sharma <bhupesh.sharma@freescale.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 53a5fde0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ Example:
Freescale ARMv8 based Layerscape SoC family Device Tree Bindings
----------------------------------------------------------------

LS2085A ARMv8 based Simulator model
LS2080A ARMv8 based Simulator model
Required root node properties:
    - compatible = "fsl,ls2085a-simu", "fsl,ls2085a";
    - compatible = "fsl,ls2080a-simu", "fsl,ls2080a";
+1 −1
Original line number Diff line number Diff line
dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2085a-simu.dtb
dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
 
always		:= $(dtb-y)
subdir-y	:= $(dts-dirs)
+5 −5
Original line number Diff line number Diff line
/*
 * Device Tree file for Freescale LS2085a software Simulator model
 * Device Tree file for Freescale LS2080a software Simulator model
 *
 * Copyright (C) 2014, Freescale Semiconductor
 * Copyright (C) 2014-2015, Freescale Semiconductor
 *
 * Bhupesh Sharma <bhupesh.sharma@freescale.com>
 *
@@ -51,11 +51,11 @@

/dts-v1/;

/include/ "fsl-ls2085a.dtsi"
/include/ "fsl-ls2080a.dtsi"

/ {
	model = "Freescale Layerscape 2085a software Simulator model";
	compatible = "fsl,ls2085a-simu", "fsl,ls2085a";
	model = "Freescale Layerscape 2080a software Simulator model";
	compatible = "fsl,ls2080a-simu", "fsl,ls2080a";

	ethernet@2210000 {
		compatible = "smsc,lan91c111";
+3 −3
Original line number Diff line number Diff line
/*
 * Device Tree Include file for Freescale Layerscape-2085A family SoC.
 * Device Tree Include file for Freescale Layerscape-2080A family SoC.
 *
 * Copyright (C) 2014, Freescale Semiconductor
 * Copyright (C) 2014-2015, Freescale Semiconductor
 *
 * Bhupesh Sharma <bhupesh.sharma@freescale.com>
 *
@@ -50,7 +50,7 @@
 */

/ {
	compatible = "fsl,ls2085a";
	compatible = "fsl,ls2080a";
	interrupt-parent = <&gic>;
	#address-cells = <2>;
	#size-cells = <2>;