From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL 1/2] arm64: dts: cleanup for v6.3, part two
Date: Sun, 29 Jan 2023 15:45:24 +0100 [thread overview]
Message-ID: <20230129144525.5802-1-krzysztof.kozlowski@linaro.org> (raw)
Hi,
Cleanup of several platforms, not picked up by maintainers. On top of previous
pull request.
Best regards,
Krzysztof
The following changes since commit d0931f1d5e9c1655cfa8128edd14e813b4044801:
arm64: dts: hisilicon: align LED node names with dtschema (2023-01-13 11:38:56 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.3-2
for you to fetch changes up to 9f2c9170934eace462499ba0bfe042cc72900173:
arm64: dts: amd: use "okay" for status (2023-01-28 11:16:00 +0100)
----------------------------------------------------------------
Minor improvements in ARM64 DTS for v6.3, part two
1. Drop deprecated "device_type" property from serial nodes (apm,
amazon).
2. Align UART node names and OPP table names with bindings (hisilicon,
realtek, synaptics).
3. Use "okay" for status, as expected by Devicetree specification and
dtschema.
----------------------------------------------------------------
Krzysztof Kozlowski (8):
arm64: dts: apm: drop deprecated serial device_type
arm64: dts: amazon: drop deprecated serial device_type
arm64: dts: realtek: align UART node name with bindings
arm64: dts: hisilicon: align UART node name with bindings
arm64: dts: synaptics: align UART node name with bindings
arm64: dts: microchip: use "okay" for status
arm64: dts: apm: use "okay" for status
arm64: dts: amd: use "okay" for status
arch/arm64/boot/dts/amazon/alpine-v2.dtsi | 4 ----
arch/arm64/boot/dts/amd/amd-overdrive-rev-b0.dts | 16 +++++++--------
arch/arm64/boot/dts/amd/amd-overdrive-rev-b1.dts | 24 +++++++++++-----------
arch/arm64/boot/dts/apm/apm-merlin.dts | 16 +++++++--------
arch/arm64/boot/dts/apm/apm-mustang.dts | 16 +++++++--------
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 1 -
arch/arm64/boot/dts/apm/apm-storm.dtsi | 16 ++++++---------
arch/arm64/boot/dts/hisilicon/hip07.dtsi | 2 +-
.../boot/dts/microchip/sparx5_pcb134_board.dtsi | 2 +-
.../boot/dts/microchip/sparx5_pcb135_board.dtsi | 6 +++---
arch/arm64/boot/dts/realtek/rtd16xx.dtsi | 6 +++---
arch/arm64/boot/dts/synaptics/berlin4ct.dtsi | 2 +-
12 files changed, 51 insertions(+), 60 deletions(-)
WARNING: multiple messages have this Message-ID
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL 1/2] arm64: dts: cleanup for v6.3, part two
Date: Sun, 29 Jan 2023 15:45:24 +0100 [thread overview]
Message-ID: <20230129144525.5802-1-krzysztof.kozlowski@linaro.org> (raw)
Hi,
Cleanup of several platforms, not picked up by maintainers. On top of previous
pull request.
Best regards,
Krzysztof
The following changes since commit d0931f1d5e9c1655cfa8128edd14e813b4044801:
arm64: dts: hisilicon: align LED node names with dtschema (2023-01-13 11:38:56 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.3-2
for you to fetch changes up to 9f2c9170934eace462499ba0bfe042cc72900173:
arm64: dts: amd: use "okay" for status (2023-01-28 11:16:00 +0100)
----------------------------------------------------------------
Minor improvements in ARM64 DTS for v6.3, part two
1. Drop deprecated "device_type" property from serial nodes (apm,
amazon).
2. Align UART node names and OPP table names with bindings (hisilicon,
realtek, synaptics).
3. Use "okay" for status, as expected by Devicetree specification and
dtschema.
----------------------------------------------------------------
Krzysztof Kozlowski (8):
arm64: dts: apm: drop deprecated serial device_type
arm64: dts: amazon: drop deprecated serial device_type
arm64: dts: realtek: align UART node name with bindings
arm64: dts: hisilicon: align UART node name with bindings
arm64: dts: synaptics: align UART node name with bindings
arm64: dts: microchip: use "okay" for status
arm64: dts: apm: use "okay" for status
arm64: dts: amd: use "okay" for status
arch/arm64/boot/dts/amazon/alpine-v2.dtsi | 4 ----
arch/arm64/boot/dts/amd/amd-overdrive-rev-b0.dts | 16 +++++++--------
arch/arm64/boot/dts/amd/amd-overdrive-rev-b1.dts | 24 +++++++++++-----------
arch/arm64/boot/dts/apm/apm-merlin.dts | 16 +++++++--------
arch/arm64/boot/dts/apm/apm-mustang.dts | 16 +++++++--------
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 1 -
arch/arm64/boot/dts/apm/apm-storm.dtsi | 16 ++++++---------
arch/arm64/boot/dts/hisilicon/hip07.dtsi | 2 +-
.../boot/dts/microchip/sparx5_pcb134_board.dtsi | 2 +-
.../boot/dts/microchip/sparx5_pcb135_board.dtsi | 6 +++---
arch/arm64/boot/dts/realtek/rtd16xx.dtsi | 6 +++---
arch/arm64/boot/dts/synaptics/berlin4ct.dtsi | 2 +-
12 files changed, 51 insertions(+), 60 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2023-01-29 14:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-29 14:45 Krzysztof Kozlowski [this message]
2023-01-29 14:45 ` [GIT PULL 1/2] arm64: dts: cleanup for v6.3, part two Krzysztof Kozlowski
2023-01-29 14:45 ` [GIT PULL 2/2] ARM: " Krzysztof Kozlowski
2023-01-29 14:45 ` Krzysztof Kozlowski
2023-01-30 22:31 ` [GIT PULL 1/2] arm64: " patchwork-bot+linux-soc
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=20230129144525.5802-1-krzysztof.kozlowski@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=soc@kernel.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.