diff options
author | Mark Brown <broonie@kernel.org> | 2022-08-15 18:43:49 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-15 18:43:49 +0300 |
commit | 490211b0f480ce5eb112747af684ed73bae8225d (patch) | |
tree | 9d8a66d9ace16280ee7fda165a7c544e650b000b /Documentation/devicetree/bindings/spi | |
parent | d3fa0db15691b4856f4255be25e8ae23cd0db39a (diff) | |
parent | 6db8595a3e1996654a130760d363912cdd28706d (diff) | |
download | linux-490211b0f480ce5eb112747af684ed73bae8225d.tar.xz |
spi: npcm-pspi: add Arbel NPCM8XX support
Merge series from Tomer Maimon <tmaimon77@gmail.com>:
This patch set adds Arbel NPCM8XX Peripheral SPI (PSPI) support to PSPI NPCM
driver.
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/nuvoton,npcm-pspi.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/nuvoton,npcm-pspi.txt b/Documentation/devicetree/bindings/spi/nuvoton,npcm-pspi.txt index b98203ca656d..a4e72e52af59 100644 --- a/Documentation/devicetree/bindings/spi/nuvoton,npcm-pspi.txt +++ b/Documentation/devicetree/bindings/spi/nuvoton,npcm-pspi.txt @@ -3,7 +3,8 @@ Nuvoton NPCM Peripheral Serial Peripheral Interface(PSPI) controller driver Nuvoton NPCM7xx SOC support two PSPI channels. Required properties: - - compatible : "nuvoton,npcm750-pspi" for NPCM7XX BMC + - compatible : "nuvoton,npcm750-pspi" for Poleg NPCM7XX. + "nuvoton,npcm845-pspi" for Arbel NPCM8XX. - #address-cells : should be 1. see spi-bus.txt - #size-cells : should be 0. see spi-bus.txt - specifies physical base address and size of the register. |