]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: cix: add a compatible string for the cix sky1 SoC
authorJun Guo <jun.guo@cixtech.com>
Fri, 31 Oct 2025 07:30:03 +0000 (15:30 +0800)
committerPeter Chen <peter.chen@cixtech.com>
Mon, 17 Nov 2025 04:51:05 +0000 (12:51 +0800)
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>
arch/arm64/boot/dts/cix/sky1.dtsi

index f4be70a6278b25f8ee7820ab375af482ed6a64b1..64b76905cbff5eb5f1010e426832a86295158f1d 100644 (file)
                };
 
                spi0: spi@4090000 {
-                       compatible = "cdns,spi-r1p6";
+                       compatible = "cix,sky1-spi-r1p6", "cdns,spi-r1p6";
                        reg = <0x0 0x04090000 0x0 0x10000>;
                        clocks = <&scmi_clk CLK_TREE_FCH_SPI0_APB>,
                                 <&scmi_clk CLK_TREE_FCH_SPI0_APB>;
                };
 
                spi1: spi@40a0000 {
-                       compatible = "cdns,spi-r1p6";
+                       compatible = "cix,sky1-spi-r1p6", "cdns,spi-r1p6";
                        reg = <0x0 0x040a0000 0x0 0x10000>;
                        clocks = <&scmi_clk CLK_TREE_FCH_SPI1_APB>,
                                 <&scmi_clk CLK_TREE_FCH_SPI1_APB>;