From: Eddie James <eajames@linux.ibm.com>
To: openbmc@lists.ozlabs.org
Cc: joel@jms.id.au, andrew@aj.id.au
Subject: [PATCH linux dev-5.8 0/4] AST2600 clock and FSI: Add APLL to control FSI clock
Date: Mon, 24 Aug 2020 17:10:47 -0500 [thread overview]
Message-ID: <20200824221051.47972-1-eajames@linux.ibm.com> (raw)
Add functionality to control the APLL clock on the AST2600. The APLL provides
the clock for the FSI master on the AST2600. Then add a devicetree property to
set the AST2600 FSI master clock frequency.
Eddie James (4):
clk: ast2600: Add functionality to the APLL clock
dt-bindings: fsi: Aspeed master: Add clock-frequency property
fsi: Aspeed master: Set clock frequency from devicetree
ARM: dts: Aspeed: Rainier: Set FSI clock frequency
.../bindings/fsi/fsi-master-aspeed.txt | 1 +
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 1 +
drivers/clk/clk-ast2600.c | 177 ++++++++++++++++--
drivers/fsi/fsi-master-aspeed.c | 6 +
include/dt-bindings/clock/ast2600-clock.h | 1 +
5 files changed, 174 insertions(+), 12 deletions(-)
--
2.26.2
next reply other threads:[~2020-08-24 22:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-24 22:10 Eddie James [this message]
2020-08-24 22:10 ` [PATCH linux dev-5.8 1/4] clk: ast2600: Add functionality to the APLL clock Eddie James
2020-09-01 6:36 ` Joel Stanley
2020-09-02 15:28 ` Eddie James
2020-08-24 22:10 ` [PATCH linux dev-5.8 2/4] dt-bindings: fsi: Aspeed master: Add clock-frequency property Eddie James
2020-09-01 6:38 ` Joel Stanley
2020-08-24 22:10 ` [PATCH linux dev-5.8 3/4] fsi: Aspeed master: Set clock frequency from devicetree Eddie James
2020-09-01 6:39 ` Joel Stanley
2020-08-24 22:10 ` [PATCH linux dev-5.8 4/4] ARM: dts: Aspeed: Rainier: Set FSI clock frequency Eddie James
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=20200824221051.47972-1-eajames@linux.ibm.com \
--to=eajames@linux.ibm.com \
--cc=andrew@aj.id.au \
--cc=joel@jms.id.au \
--cc=openbmc@lists.ozlabs.org \
/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 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.