Commit bac185ef authored by Matthias Schiffer's avatar Matthias Schiffer Committed by Shawn Guo
Browse files

ARM: dts: imx7-tqma7/mba7: correct spelling of "TQ-Systems"



"TQ-Systems" is written with a dash.

Signed-off-by: default avatarMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 03edccce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0 OR X11
/*
 * Device Tree Include file for TQ Systems MBa7 carrier board.
 * Device Tree Include file for TQ-Systems MBa7 carrier board.
 *
 * Copyright (C) 2016 TQ Systems GmbH
 * Copyright (C) 2016 TQ-Systems GmbH
 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
 * Copyright (C) 2019 Bruno Thomsen <bruno.thomsen@gmail.com>
 *
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0 OR X11
/*
 * Device Tree Include file for TQ Systems TQMa7x boards with full mounted PCB.
 * Device Tree Include file for TQ-Systems TQMa7x boards with full mounted PCB.
 *
 * Copyright (C) 2016 TQ Systems GmbH
 * Copyright (C) 2016 TQ-Systems GmbH
 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
 * Copyright (C) 2019 Bruno Thomsen <bruno.thomsen@gmail.com>
 */
+3 −3
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0 OR X11
/*
 * Device Tree Source for TQ Systems TQMa7D board on MBa7 carrier board.
 * Device Tree Source for TQ-Systems TQMa7D board on MBa7 carrier board.
 *
 * Copyright (C) 2016 TQ Systems GmbH
 * Copyright (C) 2016 TQ-Systems GmbH
 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
 * Copyright (C) 2019 Bruno Thomsen <bruno.thomsen@gmail.com>
 */
@@ -13,7 +13,7 @@
#include "imx7-mba7.dtsi"

/ {
	model = "TQ Systems TQMa7D board on MBa7 carrier board";
	model = "TQ-Systems TQMa7D board on MBa7 carrier board";
	compatible = "tq,imx7d-mba7", "tq,imx7d-tqma7", "fsl,imx7d";
};

+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0 OR X11
/*
 * Device Tree Include file for TQ Systems TQMa7D board with NXP i.MX7Dual SoC.
 * Device Tree Include file for TQ-Systems TQMa7D board with NXP i.MX7Dual SoC.
 *
 * Copyright (C) 2016 TQ Systems GmbH
 * Copyright (C) 2016 TQ-Systems GmbH
 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
 * Copyright (C) 2019 Bruno Thomsen <bruno.thomsen@gmail.com>
 */
+3 −3
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0 OR X11
/*
 * Device Tree Source for TQ Systems TQMa7S board on MBa7 carrier board.
 * Device Tree Source for TQ-Systems TQMa7S board on MBa7 carrier board.
 *
 * Copyright (C) 2016 TQ Systems GmbH
 * Copyright (C) 2016 TQ-Systems GmbH
 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
 * Copyright (C) 2019 Bruno Thomsen <bruno.thomsen@gmail.com>
 */
@@ -13,6 +13,6 @@
#include "imx7-mba7.dtsi"

/ {
	model = "TQ Systems TQMa7S board on MBa7 carrier board";
	model = "TQ-Systems TQMa7S board on MBa7 carrier board";
	compatible = "tq,imx7s-mba7", "tq,imx7s-tqma7", "fsl,imx7s";
};
Loading