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

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
...@@ -131,7 +131,7 @@ Example: ...@@ -131,7 +131,7 @@ Example:
Freescale ARMv8 based Layerscape SoC family Device Tree Bindings Freescale ARMv8 based Layerscape SoC family Device Tree Bindings
---------------------------------------------------------------- ----------------------------------------------------------------
LS2085A ARMv8 based Simulator model LS2080A ARMv8 based Simulator model
Required root node properties: Required root node properties:
- compatible = "fsl,ls2085a-simu", "fsl,ls2085a"; - compatible = "fsl,ls2080a-simu", "fsl,ls2080a";
dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2085a-simu.dtb dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb
always := $(dtb-y) always := $(dtb-y)
subdir-y := $(dts-dirs) subdir-y := $(dts-dirs)
......
/* /*
* 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> * Bhupesh Sharma <bhupesh.sharma@freescale.com>
* *
...@@ -51,11 +51,11 @@ ...@@ -51,11 +51,11 @@
/dts-v1/; /dts-v1/;
/include/ "fsl-ls2085a.dtsi" /include/ "fsl-ls2080a.dtsi"
/ { / {
model = "Freescale Layerscape 2085a software Simulator model"; model = "Freescale Layerscape 2080a software Simulator model";
compatible = "fsl,ls2085a-simu", "fsl,ls2085a"; compatible = "fsl,ls2080a-simu", "fsl,ls2080a";
ethernet@2210000 { ethernet@2210000 {
compatible = "smsc,lan91c111"; compatible = "smsc,lan91c111";
......
/* /*
* 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> * Bhupesh Sharma <bhupesh.sharma@freescale.com>
* *
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
*/ */
/ { / {
compatible = "fsl,ls2085a"; compatible = "fsl,ls2080a";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment