[Feature][ZXW-29]modify spi1 to master for spi1 loopback test
Only Configure: No
Affected branch: master
Affected module: spi1
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: No
Change-Id: Ic7eebcdd34e8f3a6a2695aa9ecbb50b345f3c9f1
diff --git a/cap/zx297520v3/zxic_code/zxic_source/linux-5.10/arch/arm/boot/dts/zx297520v3.dtsi b/cap/zx297520v3/zxic_code/zxic_source/linux-5.10/arch/arm/boot/dts/zx297520v3.dtsi
index 53f21ab..95545c4 100755
--- a/cap/zx297520v3/zxic_code/zxic_source/linux-5.10/arch/arm/boot/dts/zx297520v3.dtsi
+++ b/cap/zx297520v3/zxic_code/zxic_source/linux-5.10/arch/arm/boot/dts/zx297520v3.dtsi
@@ -631,8 +631,10 @@
};
soc_ssp1: ssp@1410000 {
- /*compatible = "zte,zx29_ssp";*/
- compatible = "zte,zx29_ssp_slave";
+ /*xf.li@20230812 modify for spi1 test start*/
+ compatible = "zte,zx29_ssp";
+ /*compatible = "zte,zx29_ssp_slave";*/
+ /*xf.li@20230812 modify for spi1 test end*/
reg = <0x0 0x1410000 0x0 0x00001000>;
interrupts = <GIC_SPI SSP1_INT IRQ_TYPE_LEVEL_HIGH>;
clock-frequency = <52000000>;