From: Nishanth Menon <nm@ti.com>
To: Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>
Cc: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
Tero Kristo <kristo@kernel.org>,
Vignesh Raghavendra <vigneshr@ti.com>,
Udit Kumar <u-kumar1@ti.com>, Nishanth Menon <nm@ti.com>
Subject: [PATCH V2 00/14] arm64: dts: ti: Fix up references to phandles
Date: Tue, 6 Jun 2023 13:22:06 -0500 [thread overview]
Message-ID: <20230606182220.3661956-1-nm@ti.com> (raw)
When referring to array of phandles, using <> to separate the array
entries is better notation as it makes potential errors with phandle and
cell arguments easier to catch. Fix the outliers to be consistent with
the rest of the usage.
This set was caught by using: git grep '\s&' arch/arm64/boot/dts/ti/
and manually going through the list.
Changes since V1:
* Few formatting changes included to keep consistent
* Picked a Reviewed-by
* ai64 gets a few fixes as part of the cleanup (patches #3, #4)
* Picked up Reviewed-by from Jan.
V1: https://lore.kernel.org/all/20230601152636.858553-1-nm@ti.com/
Nishanth Menon (14):
arm64: dts: ti: k3-j721e-sk: Fixup reference to phandles array
arm64: dts: ti: k3-j721e-som-p0/common-proc-board: Fixup reference to
phandles array
arm64: dts: ti: k3-j721e-beagleboneai64: Move camera gpio pinctrl to
gpio node
arm64: dts: ti: k3-j721e-beagleboneai64: Move eeprom WP gpio pinctrl
to eeprom node
arm64: dts: ti: k3-j721e-beagleboneai64: Fixup reference to phandles
array
arm64: dts: ti: k3-am642-phyboard-electra-rdk: Fixup reference to
phandles array
arm64: dts: ti: k3-j7200-som/common-proc-board: Fixup reference to
phandles array
arm64: dts: ti: k3-j721s2-common-proc-board: Fixup reference to
phandles array
arm64: dts: ti: k3-am625-sk: Fixup reference to phandles array
arm64: dts: ti: k3-am64-evm: Fixup reference to phandles array
arm64: dts: ti: k3-am64-sk: Fixup reference to phandles array
arm64: dts: ti: k3-am65-iot*: Fixup reference to phandles array
arm64: dts: ti: k3-am654-base-board: Fixup reference to phandles array
arm64: dts: ti: k3-am68-sk-base-board: Fixup reference to phandles
array
arch/arm64/boot/dts/ti/k3-am625-sk.dts | 3 +-
arch/arm64/boot/dts/ti/k3-am642-evm.dts | 11 +++---
.../dts/ti/k3-am642-phyboard-electra-rdk.dts | 2 +-
arch/arm64/boot/dts/ti/k3-am642-sk.dts | 11 +++---
.../boot/dts/ti/k3-am65-iot2050-common.dtsi | 17 +++++----
.../arm64/boot/dts/ti/k3-am654-base-board.dts | 4 +--
.../dts/ti/k3-am6548-iot2050-advanced-m2.dts | 18 +++++-----
.../boot/dts/ti/k3-am68-sk-base-board.dts | 2 +-
.../dts/ti/k3-j7200-common-proc-board.dts | 2 +-
arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi | 8 ++---
.../boot/dts/ti/k3-j721e-beagleboneai64.dts | 36 +++++++++++--------
.../dts/ti/k3-j721e-common-proc-board.dts | 4 +--
arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 20 +++++------
arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi | 18 +++++-----
.../dts/ti/k3-j721s2-common-proc-board.dts | 2 +-
15 files changed, 80 insertions(+), 78 deletions(-)
--
2.40.0
next reply other threads:[~2023-06-06 18:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-06 18:22 Nishanth Menon [this message]
2023-06-06 18:22 ` [PATCH V2 01/14] arm64: dts: ti: k3-j721e-sk: Fixup reference to phandles array Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 02/14] arm64: dts: ti: k3-j721e-som-p0/common-proc-board: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 03/14] arm64: dts: ti: k3-j721e-beagleboneai64: Move camera gpio pinctrl to gpio node Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 04/14] arm64: dts: ti: k3-j721e-beagleboneai64: Move eeprom WP gpio pinctrl to eeprom node Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 05/14] arm64: dts: ti: k3-j721e-beagleboneai64: Fixup reference to phandles array Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 06/14] arm64: dts: ti: k3-am642-phyboard-electra-rdk: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 07/14] arm64: dts: ti: k3-j7200-som/common-proc-board: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 08/14] arm64: dts: ti: k3-j721s2-common-proc-board: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 09/14] arm64: dts: ti: k3-am625-sk: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 10/14] arm64: dts: ti: k3-am64-evm: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 11/14] arm64: dts: ti: k3-am64-sk: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 12/14] arm64: dts: ti: k3-am65-iot*: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 13/14] arm64: dts: ti: k3-am654-base-board: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 14/14] arm64: dts: ti: k3-am68-sk-base-board: " Nishanth Menon
2023-06-07 7:48 ` [PATCH V2 00/14] arm64: dts: ti: Fix up references to phandles Kumar, Udit
2023-06-15 13:27 ` Vignesh Raghavendra
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=20230606182220.3661956-1-nm@ti.com \
--to=nm@ti.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kristo@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=u-kumar1@ti.com \
--cc=vigneshr@ti.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
all inboxes | Powered by JetHome®