From: Masahiro Yamada <yamada.masahiro@socionext.com> To: Rob Herring <robh@kernel.org> Cc: linux-usb@vger.kernel.org, Felipe Balbi <felipe.balbi@linux.intel.com>, Roger Quadros <rogerq@ti.com>, Martin Blumenstingl <martin.blumenstingl@googlemail.com>, Masami Hiramatsu <mhiramat@kernel.org>, Jassi Brar <jaswinder.singh@linaro.org>, Kunihiko Hayashi <hayashi.kunihiko@socionext.com>, DTML <devicetree@vger.kernel.org>, Felipe Balbi <balbi@kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Mark Rutland <mark.rutland@arm.com> Subject: Re: [PATCH v2 2/2] usb: dwc3: support clocks and resets for DWC3 core Date: Sat, 28 Apr 2018 01:20:12 +0900 [thread overview] Message-ID: <CAK7LNATtOxUjfoqmgAu-X_OYihKkMMRVLaYimEY0bRogOoHRZQ@mail.gmail.com> (raw) In-Reply-To: <20180425152114.pzklc5uqva3nil5v@rob-hp-laptop> Hi Rob, 2018-04-26 0:21 GMT+09:00 Rob Herring <robh@kernel.org>: >> diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt >> index 0dbd308..feb1cc33 100644 >> --- a/Documentation/devicetree/bindings/usb/dwc3.txt >> +++ b/Documentation/devicetree/bindings/usb/dwc3.txt >> @@ -7,6 +7,27 @@ Required properties: >> - compatible: must be "snps,dwc3" >> - reg : Address and length of the register set for the device >> - interrupts: Interrupts used by the dwc3 controller. >> + - clock-names: should contain "ref", "bus_early", "suspend" >> + - clocks: list of phandle and clock specifier pairs corresponding to >> + entries in the clock-names property. >> + - resets: a single pair of phandle and reset specifier > > This should be optional as some SoCs don't have separate, s/w controlled > resets of modules. OK. I will move resets to optional property. Please let ask a question. The number of clocks should be the same across SoCs. (Even if there is no s/w control for clocks, we should input something such as clk-fixed-rate.) On the other hand, the number of resets can be different across SoCs. If there is no s/w control for resets, we can make it optional. (optional = 1 or 0 reset) Is this what you mean? If we had something like reset-nop (or reset-dummy) in case no s/w control, we would be able to input something. I am not sure if this is the right thing, though. > Otherise, for the DT binding: > > Reviewed-by: Rob Herring <robh@kernel.org> > -- Best Regards Masahiro Yamada
WARNING: multiple messages have this Message-ID
From: Masahiro Yamada <yamada.masahiro@socionext.com> To: Rob Herring <robh@kernel.org> Cc: linux-usb@vger.kernel.org, Felipe Balbi <felipe.balbi@linux.intel.com>, Roger Quadros <rogerq@ti.com>, Martin Blumenstingl <martin.blumenstingl@googlemail.com>, Masami Hiramatsu <mhiramat@kernel.org>, Jassi Brar <jaswinder.singh@linaro.org>, Kunihiko Hayashi <hayashi.kunihiko@socionext.com>, DTML <devicetree@vger.kernel.org>, Felipe Balbi <balbi@kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Mark Rutland <mark.rutland@arm.com> Subject: [v2,2/2] usb: dwc3: support clocks and resets for DWC3 core Date: Sat, 28 Apr 2018 01:20:12 +0900 [thread overview] Message-ID: <CAK7LNATtOxUjfoqmgAu-X_OYihKkMMRVLaYimEY0bRogOoHRZQ@mail.gmail.com> (raw) Hi Rob, 2018-04-26 0:21 GMT+09:00 Rob Herring <robh@kernel.org>: >> diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt >> index 0dbd308..feb1cc33 100644 >> --- a/Documentation/devicetree/bindings/usb/dwc3.txt >> +++ b/Documentation/devicetree/bindings/usb/dwc3.txt >> @@ -7,6 +7,27 @@ Required properties: >> - compatible: must be "snps,dwc3" >> - reg : Address and length of the register set for the device >> - interrupts: Interrupts used by the dwc3 controller. >> + - clock-names: should contain "ref", "bus_early", "suspend" >> + - clocks: list of phandle and clock specifier pairs corresponding to >> + entries in the clock-names property. >> + - resets: a single pair of phandle and reset specifier > > This should be optional as some SoCs don't have separate, s/w controlled > resets of modules. OK. I will move resets to optional property. Please let ask a question. The number of clocks should be the same across SoCs. (Even if there is no s/w control for clocks, we should input something such as clk-fixed-rate.) On the other hand, the number of resets can be different across SoCs. If there is no s/w control for resets, we can make it optional. (optional = 1 or 0 reset) Is this what you mean? If we had something like reset-nop (or reset-dummy) in case no s/w control, we would be able to input something. I am not sure if this is the right thing, though. > Otherise, for the DT binding: > > Reviewed-by: Rob Herring <robh@kernel.org> >
next prev parent reply other threads:[~2018-04-27 16:21 UTC|newest] Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-04-19 11:03 [PATCH v2 0/2] " Masahiro Yamada 2018-04-19 11:03 ` [PATCH v2 1/2] usb: dwc3: use local copy of resource to fix-up register offset Masahiro Yamada 2018-04-19 11:03 ` [v2,1/2] " Masahiro Yamada 2018-05-01 14:07 ` [PATCH v2 1/2] " Masahiro Yamada 2018-05-01 14:07 ` [v2,1/2] " Masahiro Yamada 2018-04-19 11:03 ` [PATCH v2 2/2] usb: dwc3: support clocks and resets for DWC3 core Masahiro Yamada 2018-04-19 11:03 ` [v2,2/2] " Masahiro Yamada 2018-04-23 17:44 ` [PATCH v2 2/2] " Martin Blumenstingl 2018-04-23 17:44 ` [v2,2/2] " Martin Blumenstingl 2018-04-24 1:17 ` [PATCH v2 2/2] " Masahiro Yamada 2018-04-24 1:17 ` [v2,2/2] " Masahiro Yamada 2018-04-28 2:41 ` [PATCH v2 2/2] " Masahiro Yamada 2018-04-28 2:41 ` [v2,2/2] " Masahiro Yamada 2018-04-28 14:20 ` [PATCH v2 2/2] " Martin Blumenstingl 2018-04-28 14:20 ` [v2,2/2] " Martin Blumenstingl 2018-05-10 9:24 ` [PATCH v2 2/2] " Masahiro Yamada 2018-05-10 9:24 ` [v2,2/2] " Masahiro Yamada 2018-04-25 15:21 ` [PATCH v2 2/2] " Rob Herring 2018-04-25 15:21 ` [v2,2/2] " Rob Herring 2018-04-27 16:20 ` Masahiro Yamada [this message] 2018-04-27 16:20 ` Masahiro Yamada 2018-04-27 18:40 ` [PATCH v2 2/2] " Rob Herring 2018-04-27 18:40 ` [v2,2/2] " Rob Herring 2018-04-24 0:11 ` [PATCH v2 0/2] " Manu Gautam 2018-04-24 1:36 ` Masahiro Yamada
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=CAK7LNATtOxUjfoqmgAu-X_OYihKkMMRVLaYimEY0bRogOoHRZQ@mail.gmail.com \ --to=yamada.masahiro@socionext.com \ --cc=balbi@kernel.org \ --cc=devicetree@vger.kernel.org \ --cc=felipe.balbi@linux.intel.com \ --cc=gregkh@linuxfoundation.org \ --cc=hayashi.kunihiko@socionext.com \ --cc=jaswinder.singh@linaro.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-usb@vger.kernel.org \ --cc=mark.rutland@arm.com \ --cc=martin.blumenstingl@googlemail.com \ --cc=mhiramat@kernel.org \ --cc=robh@kernel.org \ --cc=rogerq@ti.com \ --subject='Re: [PATCH v2 2/2] usb: dwc3: support clocks and resets for DWC3 core' \ /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
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.