Re: [PATCH v2 1/3] dt-bindings: memory-controllers: add StarFive JH7110 SoC DMC
From: Krzysztof Kozlowski
Date: Tue Aug 19 2025 - 05:00:12 EST
On Fri, Aug 15, 2025 at 12:37:21AM -0700, E Shattow wrote:
> +
> +title: StarFive JH7110 DMC
> +
> +maintainers:
> + - E Shattow <e@xxxxxxxxxxxx>
> +
> +description:
> + JH7110 DDR external memory interface LPDDR4/DDR4/DDR3/LPDDR3 32-bit at 2133Mbps (up to 2800Mbps).
Please wrap at 80 (see Linux Coding style)
> +
> +properties:
> + compatible:
> + items:
> + - const: starfive,jh7110-dmc
> +
> + reg:
> + items:
> + - description: controller registers
> + - description: phy registers
> +
> + clocks:
> + maxItems: 1
> +
> + clock-names:
> + items:
> + - const: pll1_out
pll
(this is name of input, not name of clock)
Best regards,
Krzysztof