On 10/10/2025 21:20, Mikhail Kshevetskiy wrote:
quoted hunk ↗ jump to hunk
Add SNAND node to enable support of attached SPI-NAND on the EN7523 SoC.
Signed-off-by: Mikhail Kshevetskiy <redacted>
---
arch/arm/boot/dts/airoha/en7523.dtsi | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/arch/arm/boot/dts/airoha/en7523.dtsi b/arch/arm/boot/dts/airoha/en7523.dtsi
index b523a868c4ad..a13dc6e77d08 100644
--- a/arch/arm/boot/dts/airoha/en7523.dtsi
+++ b/arch/arm/boot/dts/airoha/en7523.dtsi
@@ -203,4 +203,25 @@ pcie_intc1: interrupt-controller {
#interrupt-cells = <1>;
};
};
+
+ spi_ctrl: spi_controller@1fa10000 {
You got warning here. Allow people to actually test your code before
posting next version. Especially such large posting SHOULD NOT happen
during merge window, immediately the same day!
Best regards,
Krzysztof