|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v2 04/12] hw/ssi: Add an "addr" property to SSIPeripheral |
Date: | Wed, 7 Jun 2023 10:28:51 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 |
On 7/6/23 10:06, Joel Stanley wrote:
On Wed, 7 Jun 2023 at 04:40, Cédric Le Goater <clg@kaod.org> wrote:Boards will use this new property to identify the device CS line and wire the SPI controllers accordingly."addr" and not "cs" or even "chip-select"?
"chip-select" is a good suggestion!
Reviewed-by: Joel Stanley <joel@jms.id.au>Cc: Alistair Francis <alistair@alistair23.me> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Cédric Le Goater <clg@kaod.org> --- include/hw/ssi/ssi.h | 3 +++ hw/ssi/ssi.c | 7 +++++++ 2 files changed, 10 insertions(+)
[Prev in Thread] | Current Thread | [Next in Thread] |