diff options
| author | Andrew Jeffery <andrew@codeconstruct.com.au> | 2025-12-11 11:45:53 +0300 |
|---|---|---|
| committer | Andrew Jeffery <andrew@codeconstruct.com.au> | 2025-12-14 11:37:17 +0300 |
| commit | 938fb014f324b19b6e7105e1986a79d22eb0d2c3 (patch) | |
| tree | d93afab4e006889d9ef364e91fbfdcdcfc25d0eb | |
| parent | eedad0256832c5c1a851adac029d7bc97fbb2080 (diff) | |
| download | linux-938fb014f324b19b6e7105e1986a79d22eb0d2c3.tar.xz | |
ARM: dts: aspeed: Drop syscon compatible from EDAC in g6 dtsi
Its presence is not required by the binding, its addition was not
discussed in commit aac82707fa45 ("ARM: dts: aspeed: Add AST2600 EDAC
into common devicetree"), and its inconsistent with the g4 and g5
dtsis.
Further, the corresponding driver instantiates its own regmap rather
than fetching the syscon regmap, in theory breaking any users of the
syscon, but of which there appear to be none in-tree.
Drop it for now, and we can add it back with the necessary rework if
it's ever required.
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
| -rw-r--r-- | arch/arm/boot/dts/aspeed/aspeed-g6.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi index f8662c8ac089..0ddca4bfffd3 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi @@ -74,7 +74,7 @@ }; edac: sdram@1e6e0000 { - compatible = "aspeed,ast2600-sdram-edac", "syscon"; + compatible = "aspeed,ast2600-sdram-edac"; reg = <0x1e6e0000 0x174>; interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>; }; |
