Skip to content

Commit

Permalink
arm64: Rename FSL LS2085A SoC support code to LS2080A
Browse files Browse the repository at this point in the history
Freescale is renaming the LS2085A SoC to LS2080A. This patch
addresses the same.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Bhupesh Sharma authored and Arnd Bergmann committed Oct 23, 2015
1 parent 53a5fde commit f43a4b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Documentation/devicetree/bindings/arm/fsl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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";

2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2085a-simu.dtb
dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-simu.dtb

always := $(dtb-y)
subdir-y := $(dts-dirs)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* 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>
*
Expand Down Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* 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>
*
Expand Down Expand Up @@ -50,7 +50,7 @@
*/

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

0 comments on commit f43a4b8

Please sign in to comment.