From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sudeep Holla Date: Tue, 18 Aug 2020 09:51:59 +0100 Subject: [PATCH 3/4] clk: add clock driver for SCMI agents In-Reply-To: References: <20200717154256.11001-1-etienne.carriere@linaro.org> <20200717154256.11001-3-etienne.carriere@linaro.org> Message-ID: <20200818085159.GA6873@bogus> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Aug 18, 2020 at 10:46:29AM +0200, Etienne Carriere wrote: > Hello Simon and all, > > On Sun, 26 Jul 2020 at 16:54, Simon Glass wrote: > > > > Hi Etienne, > > > > On Fri, 17 Jul 2020 at 09:43, Etienne Carriere > > wrote: > > > > > > This change introduces a clock driver for SCMI agent devices. When > > > SCMI agent and SCMI clock drivers are enabled, SCMI agent binds a > > > clock device for each SCMI clock protocol devices enabled in the FDT. > > > > > > SCMI clock driver is embedded upon CONFIG_CLK_SCMI=y. If enabled, > > > CONFIG_SCMI_AGENT is also enabled. > > > > > > SCMI Clock protocol is defined in the SCMI specification [1]. > > > > > > Links: [1] https://developer.arm.com/architectures/system-architectures/software-standards/scmi > > > > That doesn't seem to work for me (404 error) > > I think that Arm site was broken when you tried. Works fine and this > seems to be the official Arm URL for the SCMI specification. > Hopefully this works, I have this in one of the kernel doc. https://developer.arm.com/documentation/den0056/latest -- Regards, Sudeep