[PATCH v3 0/4] Add overlays to disable optional hardware in k3-am6xx-phycore-som boards

Nathan Morrisson posted 4 patches 1 year, 6 months ago
arch/arm64/boot/dts/ti/Makefile               | 17 +++++++++++++++++
.../boot/dts/ti/k3-am64-phycore-som.dtsi      |  2 +-
.../ti/k3-am6xx-phycore-disable-eth-phy.dtso  | 19 +++++++++++++++++++
.../dts/ti/k3-am6xx-phycore-disable-rtc.dtso  | 15 +++++++++++++++
.../ti/k3-am6xx-phycore-disable-spi-nor.dtso  | 15 +++++++++++++++
5 files changed, 67 insertions(+), 1 deletion(-)
create mode 100644 arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-eth-phy.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-rtc.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-spi-nor.dtso
[PATCH v3 0/4] Add overlays to disable optional hardware in k3-am6xx-phycore-som boards
Posted by Nathan Morrisson 1 year, 6 months ago
Add three overlays to disable the eth phy, rtc, and spi nor. These
overlays will be used to disable device tree nodes for components
that are optionally not populated.

v3:
  - Explain the logic behind adding the overlays in commit messages

v2:
  - Add build time tests in makefile

Nathan Morrisson (4):
  arm64: dts: ti: k3-am64-phycore-som: Add serial_flash label
  arm64: dts: ti: k3-am6xx-phycore-som: Add overlay to disable eth phy
  arm64: dts: ti: k3-am6xx-phycore-som: Add overlay to disable rtc
  arm64: dts: ti: k3-am6xx-phycore-som: Add overlay to disable spi nor

 arch/arm64/boot/dts/ti/Makefile               | 17 +++++++++++++++++
 .../boot/dts/ti/k3-am64-phycore-som.dtsi      |  2 +-
 .../ti/k3-am6xx-phycore-disable-eth-phy.dtso  | 19 +++++++++++++++++++
 .../dts/ti/k3-am6xx-phycore-disable-rtc.dtso  | 15 +++++++++++++++
 .../ti/k3-am6xx-phycore-disable-spi-nor.dtso  | 15 +++++++++++++++
 5 files changed, 67 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-eth-phy.dtso
 create mode 100644 arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-rtc.dtso
 create mode 100644 arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-spi-nor.dtso

-- 
2.25.1
Re: [PATCH v3 0/4] Add overlays to disable optional hardware in k3-am6xx-phycore-som boards
Posted by Vignesh Raghavendra 1 year, 5 months ago
Hi Nathan Morrisson,

On Thu, 13 Jun 2024 16:07:55 -0700, Nathan Morrisson wrote:
> Add three overlays to disable the eth phy, rtc, and spi nor. These
> overlays will be used to disable device tree nodes for components
> that are optionally not populated.
> 
> v3:
>   - Explain the logic behind adding the overlays in commit messages
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/4] arm64: dts: ti: k3-am64-phycore-som: Add serial_flash label
      commit: 1fc3858a906bf3e8c48a14587106bb61c2f8d7c5
[2/4] arm64: dts: ti: k3-am6xx-phycore-som: Add overlay to disable eth phy
      commit: 1322b1796d7143dfa75e10e036c6099927ef510d
[3/4] arm64: dts: ti: k3-am6xx-phycore-som: Add overlay to disable rtc
      commit: a0b552605f8c588fdd9ea062886fb90d50534a8d
[4/4] arm64: dts: ti: k3-am6xx-phycore-som: Add overlay to disable spi nor
      commit: 9a32378884931d8f66d0d7122873156199fa422f

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh
Re: [PATCH v3 0/4] Add overlays to disable optional hardware in k3-am6xx-phycore-som boards
Posted by Wadim Egorov 1 year, 6 months ago

Am 14.06.24 um 01:07 schrieb Nathan Morrisson:
> Add three overlays to disable the eth phy, rtc, and spi nor. These
> overlays will be used to disable device tree nodes for components
> that are optionally not populated.
> 
> v3:
>    - Explain the logic behind adding the overlays in commit messages

Looks like you forgot to pick up my Reviewed-by

https://lore.kernel.org/linux-arm-kernel/20240528225137.3629698-4-nmorrisson@phytec.com/T/#me4ddd3a713c4ff65e36fad333d59979ef1a92e8f


> 
> v2:
>    - Add build time tests in makefile
> 
> Nathan Morrisson (4):
>    arm64: dts: ti: k3-am64-phycore-som: Add serial_flash label
>    arm64: dts: ti: k3-am6xx-phycore-som: Add overlay to disable eth phy
>    arm64: dts: ti: k3-am6xx-phycore-som: Add overlay to disable rtc
>    arm64: dts: ti: k3-am6xx-phycore-som: Add overlay to disable spi nor
> 
>   arch/arm64/boot/dts/ti/Makefile               | 17 +++++++++++++++++
>   .../boot/dts/ti/k3-am64-phycore-som.dtsi      |  2 +-
>   .../ti/k3-am6xx-phycore-disable-eth-phy.dtso  | 19 +++++++++++++++++++
>   .../dts/ti/k3-am6xx-phycore-disable-rtc.dtso  | 15 +++++++++++++++
>   .../ti/k3-am6xx-phycore-disable-spi-nor.dtso  | 15 +++++++++++++++
>   5 files changed, 67 insertions(+), 1 deletion(-)
>   create mode 100644 arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-eth-phy.dtso
>   create mode 100644 arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-rtc.dtso
>   create mode 100644 arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-spi-nor.dtso
>