Message ID | 20230504140143.1425951-1-w.egorov@phytec.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: arm: ti: Add bindings for PHYTEC AM62x based hardware | expand |
On 04/05/2023 16:01, Wadim Egorov wrote: > Add devicetree bindings for AM62x based phyCORE-AM62 SoM > and phyBOARD-Lyra RDK. If there is going to be new version: Subject: drop second/last, redundant "bindings". The "dt-bindings" prefix is already stating that these are bindings. > > Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
* Wadim Egorov <w.egorov@phytec.de> [230504 14:08]: > Add devicetree bindings for AM62x based phyCORE-AM62 SoM > and phyBOARD-Lyra RDK. Reviewed-by: Tony Lindgren <tony@atomide.com>
Hi Wadim Egorov, On Thu, 04 May 2023 16:01:42 +0200, Wadim Egorov wrote: > Add devicetree bindings for AM62x based phyCORE-AM62 SoM > and phyBOARD-Lyra RDK. > > I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/2] dt-bindings: arm: ti: Add bindings for PHYTEC AM62x based hardware commit: 94a58c5f131d7f0cf735af24574b7626aab77ab1 [2/2] arm64: dts: ti: Add basic support for phyBOARD-Lyra-AM625 commit: 0ad58871f63cbc4a03360bebd4ccc967bd9346db 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
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index e1183f90bb06..254b5ec51f34 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -25,6 +25,12 @@ properties: - ti,am62a7-sk - const: ti,am62a7 + - description: K3 AM625 SoC PHYTEC phyBOARD-Lyra + items: + - const: phytec,am625-phyboard-lyra-rdk + - const: phytec,am62-phycore-som + - const: ti,am625 + - description: K3 AM625 SoC items: - enum:
Add devicetree bindings for AM62x based phyCORE-AM62 SoM and phyBOARD-Lyra RDK. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ 1 file changed, 6 insertions(+)