diff options
| author | Michal Simek <[email protected]> | 2024-09-13 11:28:50 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2024-09-20 15:31:41 +0200 |
| commit | c4e261638b9267b16f2ce690c3b9451a0de01d70 (patch) | |
| tree | 2a425b7b1ff06387329e40f3df659b103d240734 | |
| parent | b2eab11eb7f9f9e0656f64ecd31dafde13c53282 (diff) | |
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 <[email protected]>
Link: https://lore.kernel.org/r/394cc43935d41eea3cfa4e3745edf495009b98d9.1726219714.git.michal.simek@amd.com
| -rw-r--r-- | arch/arm/dts/zynqmp-zcu111-revA.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu111-revA.dts b/arch/arm/dts/zynqmp-zcu111-revA.dts index 787cf0d87f9..3a1580dfc40 100644 --- a/arch/arm/dts/zynqmp-zcu111-revA.dts +++ b/arch/arm/dts/zynqmp-zcu111-revA.dts @@ -494,7 +494,7 @@ #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 */ |
