Devicetree
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: wangjia@ultrarisc.com
Cc: "Xincheng Zhang" <zhangxincheng@ultrarisc.com>,
	"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
	"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Rob Herring" <robh@kernel.org>,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	linux-pci@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: pci: ultrarisc: add required DP1000 PCIe clocks
Date: Mon, 29 Jun 2026 16:27:39 +0100	[thread overview]
Message-ID: <20260629-caboose-outpour-6e1df34112ef@spud> (raw)
In-Reply-To: <20260629-ultrarisc-pci-clk-v1-1-5ea3308fdab3@ultrarisc.com>

[-- Attachment #1: Type: text/plain, Size: 2184 bytes --]

On Mon, Jun 29, 2026 at 01:59:50PM +0800, Jia Wang via B4 Relay wrote:
> From: Jia Wang <wangjia@ultrarisc.com>
> 
> Require the DP1000 PCIe controller nodes to provide clocks and
> clock-names, using the standard DesignWare clock names "core",
> "dbi", and "aux".
> 
> Signed-off-by: Jia Wang <wangjia@ultrarisc.com>

Probably should have a fixes tag here because the clocks are mandatory
and were missing.
With one,
Acked-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable

Thanks,
Conor.

> ---
>  .../devicetree/bindings/pci/ultrarisc,dp1000-pcie.yaml   | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/pci/ultrarisc,dp1000-pcie.yaml b/Documentation/devicetree/bindings/pci/ultrarisc,dp1000-pcie.yaml
> index 512b935bf5d1..d9d1488e915a 100644
> --- a/Documentation/devicetree/bindings/pci/ultrarisc,dp1000-pcie.yaml
> +++ b/Documentation/devicetree/bindings/pci/ultrarisc,dp1000-pcie.yaml
> @@ -43,6 +43,18 @@ properties:
>        - description: Legacy INTC interrupt
>        - description: Legacy INTD interrupt
>  
> +  clocks:
> +    items:
> +      - description: PCIe core clock
> +      - description: Data Bus Interface (DBI) clock
> +      - description: Auxiliary clock
> +
> +  clock-names:
> +    items:
> +      - const: core
> +      - const: dbi
> +      - const: aux
> +
>    interrupt-names:
>      items:
>        - const: msi
> @@ -55,6 +67,8 @@ required:
>    - compatible
>    - reg
>    - reg-names
> +  - clocks
> +  - clock-names
>    - interrupts
>    - interrupt-names
>  
> @@ -71,6 +85,8 @@ examples:
>          reg = <0x0 0x21000000 0x0 0x01000000>,
>                <0x0 0x4fff0000 0x0 0x00010000>;
>          reg-names = "dbi", "config";
> +        clocks = <&clkc 9>, <&clkc 7>, <&clkc 10>;
> +        clock-names = "core", "dbi", "aux";
>          ranges = <0x81000000 0x0 0x4fbf0000 0x0 0x4fbf0000 0x0 0x00400000>,
>                   <0x82000000 0x0 0x40000000 0x0 0x40000000 0x0 0x0fbf0000>,
>                   <0xc3000000 0x40 0x00000000 0x40 0x00000000 0xd 0x00000000>;
> 
> -- 
> 2.34.1
> 
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  parent reply	other threads:[~2026-06-29 15:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29  5:59 [PATCH 0/2] PCI: ultrarisc: Add DP1000 PCIe clock support Jia Wang via B4 Relay
2026-06-29  5:59 ` [PATCH 1/2] dt-bindings: pci: ultrarisc: add required DP1000 PCIe clocks Jia Wang via B4 Relay
2026-06-29  8:07   ` sashiko-bot
2026-06-29 15:27   ` Conor Dooley [this message]
2026-07-02  5:34     ` Jia Wang
2026-06-29  5:59 ` [PATCH 2/2] PCI: ultrarisc: get and enable " Jia Wang via B4 Relay
2026-06-29  6:09   ` sashiko-bot
2026-07-02  5:46     ` Jia Wang
2026-06-30 16:55   ` Bjorn Helgaas
2026-07-02  5:58     ` Jia Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260629-caboose-outpour-6e1df34112ef@spud \
    --to=conor@kernel.org \
    --cc=bhelgaas@google.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=kwilczynski@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lpieralisi@kernel.org \
    --cc=mani@kernel.org \
    --cc=robh@kernel.org \
    --cc=wangjia@ultrarisc.com \
    --cc=zhangxincheng@ultrarisc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox