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

arm64: dts: cix: add a compatible string for the cix sky1 SoC

The SPI IP design for the cix sky1 SoC uses a FIFO with a data width
of 32 bits, instead of the default 8 bits. Therefore, a compatible
string is added to specify the FIFO data width configuration for the
cix sky1 SoC.

Signed-off-by: Jun Guo <jun.guo@cixtech.com>
Link: https://lore.kernel.org/r/20251031073003.3289573-4-jun.guo@cixtech.com
Signed-off-by: Peter Chen <peter.chen@cixtech.com>

authored by

Jun Guo and committed by
Peter Chen
7dfe67ab b2bc5a82

+2 -2
+2 -2
arch/arm64/boot/dts/cix/sky1.dtsi
··· 265 265 }; 266 266 267 267 spi0: spi@4090000 { 268 - compatible = "cdns,spi-r1p6"; 268 + compatible = "cix,sky1-spi-r1p6", "cdns,spi-r1p6"; 269 269 reg = <0x0 0x04090000 0x0 0x10000>; 270 270 clocks = <&scmi_clk CLK_TREE_FCH_SPI0_APB>, 271 271 <&scmi_clk CLK_TREE_FCH_SPI0_APB>; ··· 275 275 }; 276 276 277 277 spi1: spi@40a0000 { 278 - compatible = "cdns,spi-r1p6"; 278 + compatible = "cix,sky1-spi-r1p6", "cdns,spi-r1p6"; 279 279 reg = <0x0 0x040a0000 0x0 0x10000>; 280 280 clocks = <&scmi_clk CLK_TREE_FCH_SPI1_APB>, 281 281 <&scmi_clk CLK_TREE_FCH_SPI1_APB>;