[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fefe9e73-ee4d-4d7a-804b-baf8398a4893@phytec.de>
Date: Mon, 17 Jun 2024 16:03:55 +0200
From: Wadim Egorov <w.egorov@...tec.de>
To: Nathan Morrisson <nmorrisson@...tec.com>, <nm@...com>, <vigneshr@...com>,
<kristo@...nel.org>, <robh@...nel.org>, <krzk+dt@...nel.org>,
<conor+dt@...nel.org>
CC: <linux-arm-kernel@...ts.infradead.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <upstream@...ts.phytec.de>
Subject: Re: [PATCH v3 0/4] Add overlays to disable optional hardware in
k3-am6xx-phycore-som boards
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
>
Powered by blists - more mailing lists