All of lore.kernel.org
 help / color / mirror / Atom feed
From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/8] arm64: dts: marvell: use lower case for unit address and reg property
Date: Tue,  2 Jan 2018 15:55:52 +0100	[thread overview]
Message-ID: <20180102145558.9773-3-thomas.petazzoni@free-electrons.com> (raw)
In-Reply-To: <20180102145558.9773-1-thomas.petazzoni@free-electrons.com>

This fixes the following DTC warning:

  <stdout>: Warning (simple_bus_reg): Node /ap806/config-space at f0000000/thermal at 6f808C simple-bus unit address format error, expected "6f808c"

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
index 36f6d7fbb310..0575207cafee 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
@@ -286,9 +286,9 @@
 				};
 			};
 
-			ap_thermal: thermal at 6f808C {
+			ap_thermal: thermal at 6f808c {
 				compatible = "marvell,armada-ap806-thermal";
-				reg = <0x6f808C 0x4>,
+				reg = <0x6f808c 0x4>,
 				      <0x6f8084 0x8>;
 			};
 		};
-- 
2.14.3

  parent reply	other threads:[~2018-01-02 14:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-02 14:55 [PATCH v2 0/8] Armada 7K/8K CP110 DT de-duplication Thomas Petazzoni
2018-01-02 14:55 ` [PATCH v2 1/8] arm64: dts: marvell: fix watchdog unit address in Armada AP806 Thomas Petazzoni
2018-01-02 14:55 ` Thomas Petazzoni [this message]
2018-01-02 14:55 ` [PATCH v2 3/8] arm64: dts: marvell: fix typos in comment describing the NAND controller Thomas Petazzoni
2018-01-02 14:55 ` [PATCH v2 4/8] arm64: dts: marvell: fix compatible string list for Armada CP110 slave NAND Thomas Petazzoni
2018-01-02 14:55 ` [PATCH v2 5/8] arm64: dts: marvell: use mvebu-icu.h where possible Thomas Petazzoni
2018-01-02 14:55 ` [PATCH v2 6/8] arm64: dts: marvell: use aliases for SPI busses on Armada 7K/8K Thomas Petazzoni
2018-01-02 14:55 ` [PATCH v2 7/8] arm64: dts: marvell: de-duplicate CP110 description Thomas Petazzoni
2018-01-02 14:55 ` [PATCH v2 8/8] arm64: dts: marvell: replace cpm by cp0, cps by cp1 Thomas Petazzoni
2018-01-02 15:31 ` [PATCH v2 0/8] Armada 7K/8K CP110 DT de-duplication Gregory CLEMENT
2018-01-02 16:07   ` Thomas Petazzoni

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=20180102145558.9773-3-thomas.petazzoni@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.