mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
arm64: zynqmp: Use generic spi@ name in zcu111-revA
DT schema requires to use spi@ name for SPI devices that's why fix it. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/95979240cf09929c81a6f74199b0cb7027dd8798.1752835501.git.michal.simek@amd.com
This commit is contained in:
parent
b60b74f82e
commit
00acd6d441
|
|
@ -494,7 +494,7 @@ i2c@5 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <5>;
|
||||
sc18is603@2f { /* sc18is602 - u93 */
|
||||
sc18is603: spi@2f { /* sc18is602 - u93 */
|
||||
compatible = "nxp,sc18is603";
|
||||
reg = <0x2f>;
|
||||
/* 4 gpios for CS not handled by driver */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user