linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcel Ziswiler <marcel@ziswiler.com>
To: devicetree@vger.kernel.org, linux-tegra@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>
Subject: [PATCH 28/31] ARM: tegra: colibri_t20: simplify model and compatible properties
Date: Wed, 29 Aug 2018 10:14:04 +0200	[thread overview]
Message-ID: <20180829081407.11304-29-marcel@ziswiler.com> (raw)
In-Reply-To: <20180829081407.11304-1-marcel@ziswiler.com>

From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Simplify model and compatible by dropping the 256/512 MB from the model
and -512 from the compatible properties to be more in-line with all our
other device trees.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

 arch/arm/boot/dts/tegra20-colibri.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/tegra20-colibri.dtsi b/arch/arm/boot/dts/tegra20-colibri.dtsi
index 1204aa9e1d57..d870414e2cb6 100644
--- a/arch/arm/boot/dts/tegra20-colibri.dtsi
+++ b/arch/arm/boot/dts/tegra20-colibri.dtsi
@@ -8,8 +8,8 @@
  * Colibri T20 512MB IT V1.2A
  */
 / {
-	model = "Toradex Colibri T20 256/512 MB";
-	compatible = "toradex,colibri_t20-512", "nvidia,tegra20";
+	model = "Toradex Colibri T20";
+	compatible = "toradex,colibri_t20", "nvidia,tegra20";
 
 	memory@0 {
 		/*
-- 
2.14.4


  parent reply	other threads:[~2018-08-29  8:15 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-29  8:13 [PATCH 00/31] ARM: dts: tegra: colibri_t20: major revamp incl. eval board support Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 01/31] ARM: tegra: colibri_t20: move aliases from module to carrier board Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 02/31] ARM: tegra: colibri_t20: iris: integrate i2c real time clock support Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 03/31] ARM: tegra: colibri_t20: iris: annotate i2c busses Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 04/31] ARM: tegra: colibri_t20: iris: add missing aliases Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 05/31] ARM: tegra: colibri_t20: add local-mac-address property Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 06/31] ARM: tegra: colibri_t20: reorder host1x/hdmi properties Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 07/31] ARM: tegra: colibri_t20: iris: use no-1-8-v Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 08/31] ARM: tegra: colibri_t20: regulator clean-up Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 09/31] ARM: tegra: colibri_t20: add missing regulators Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 10/31] ARM: tegra: colibri_t20: annotate usb ehci instances Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 11/31] ARM: tegra: colibri_t20: remove phy-reset-gpio from controller node Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 12/31] ARM: tegra: colibri_t20: indentation/line-feed/white-space clean-up Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 13/31] ARM: tegra: colibri_t20: update sound nvidia,model Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 14/31] ARM: tegra: colibri_t20: pinmux clean-up Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 15/31] ARM: tegra: colibri_t20: add missing pinmux Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 16/31] ARM: tegra: colibri_t20: iris: display controller rgb panel support Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 17/31] ARM: tegra: colibri_t20: iris: annotate uarts Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 18/31] ARM: tegra: colibri_t20: iris: add uart-c Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 19/31] ARM: tegra: colibri_t20: use high speed uart driver Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 20/31] ARM: tegra: colibri_t20: iris: add gpio wakeup key Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 21/31] ARM: tegra: colibri_t20: iris: add dr_mode property Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 22/31] ARM: tegra: colibri_t20: annotate/rename lm95245 temperature sensor Marcel Ziswiler
2018-08-29  8:13 ` [PATCH 23/31] ARM: tegra: colibri_t20: add i2c-thermtrip Marcel Ziswiler
2018-08-29  8:14 ` [PATCH 24/31] ARM: tegra: colibri_t20: add gpio hog to unreset usb ethernet chip Marcel Ziswiler
2018-08-29  8:14 ` [PATCH 25/31] ARM: tegra: colibri_t20: add gpio hogs for gmi_wr_n buffers Marcel Ziswiler
2018-08-29  8:14 ` [PATCH 26/31] ARM: tegra: colibri_t20: annotate/move sd card detect Marcel Ziswiler
2018-08-29  8:14 ` [PATCH 27/31] ARM: tegra: colibri_t20: add compatibility comment Marcel Ziswiler
2018-08-29  8:14 ` Marcel Ziswiler [this message]
2018-08-29  8:14 ` [PATCH 29/31] ARM: tegra: colibri_t20: iris: simplify model and compatible properties Marcel Ziswiler
2018-08-29  8:14 ` [PATCH 30/31] ARM: tegra: colibri_t20: iris: add colibri ssp support Marcel Ziswiler
2018-08-29  8:14 ` [PATCH 31/31] ARM: tegra: colibri_t20: add eval board device tree Marcel Ziswiler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180829081407.11304-29-marcel@ziswiler.com \
    --to=marcel@ziswiler.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).