Re: [PATCH 2/2] ARM: dts: mvebu: add device tree for IIJ SA-W2 appliance

From: INAGAKI Hiroshi
Date: Wed Apr 12 2023 - 01:21:37 EST


Hello Andrew Lunn,

thank you for your guidance, I'll do it.

Regards,
Hiroshi

On 2023/04/09 23:07, Andrew Lunn wrote:
On Sun, Apr 09, 2023 at 02:13:11PM +0900, INAGAKI Hiroshi wrote:
Hello Gregory CLEMENT,

On 2023/04/08 0:34, Gregory CLEMENT wrote:
Hello INAGAKI Hiroshi,

do you plan to send a v2 soon based on the reviews you got ?
Yes, I'm planning to send the next series.
But I don't know the details about "documenting the board compatibles"
suggested by Krzysztof Kozlowski and I don't know what to do for it, so I'm
pausing this contribution...
Create Documentation/devicetree/bindings/arm/marvell/armada-380.yaml

Put in it

# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/marvell/armada-380.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Marvell Armada 380 SoC architecture

maintainers:
- Andrew Lunn <andrew@xxxxxxx>

description:
Platforms based on Marvell Armada 380 SoC architecture.

properties:
$nodename:
const: '/'
compatibnle:
oneOf:

- description: Marvell Armada 380 SoC based platforms
items:
- enum:
- phytec,pcm049 # Phytec OMAP 4460 SoM
- const: "marvell,armada380"

additionalProperties: true


But replace the phytex,pcm049 with the compatible for your board.

Andrew