Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-binding: spi: Add npcm845 compatible to npcm-fiu document

Add a compatible string and description for Nuvoton BMC NPCM845 FIU.

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Link: https://lore.kernel.org/r/20220718081146.256070-3-tmaimon77@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Tomer Maimon and committed by
Mark Brown
d50fef8a 7c3193f7

+12 -1
+12 -1
Documentation/devicetree/bindings/spi/nuvoton,npcm-fiu.txt
··· 6 6 FIU0 and FIUx supports two chip selects, 7 7 FIU3 support four chip select. 8 8 9 + The NPCM8XX supports four FIU modules, 10 + FIU0 and FIUx supports two chip selects, 11 + FIU1 and FIU3 supports four chip selects. 12 + 9 13 Required properties: 10 - - compatible : "nuvoton,npcm750-fiu" for the NPCM7XX BMC 14 + - compatible : "nuvoton,npcm750-fiu" for Poleg NPCM7XX BMC 15 + "nuvoton,npcm845-fiu" for Arbel NPCM8XX BMC 11 16 - #address-cells : should be 1. 12 17 - #size-cells : should be 0. 13 18 - reg : the first contains the register location and length, ··· 34 29 fiu0 represent fiu 0 controller 35 30 fiu1 represent fiu 3 controller 36 31 fiu2 represent fiu x controller 32 + 33 + In the NPCM8XX BMC: 34 + fiu0 represent fiu 0 controller 35 + fiu1 represent fiu 1 controller 36 + fiu2 represent fiu 3 controller 37 + fiu3 represent fiu x controller 37 38 38 39 Example: 39 40 fiu3: spi@c00000000 {