LAN969x DTS was finally merged upstream, so lets backport the backported DTS instead of keeping a local copy. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
27 lines
791 B
Diff
27 lines
791 B
Diff
From 477b5c9af4bb7c68bd4ec4807c94dac5a90dcd2f Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robert.marko@sartura.hr>
|
|
Date: Fri, 24 Oct 2025 18:46:46 +0200
|
|
Subject: [PATCH 124/124] arm64: dts: microchip: lan969x: add OTP node
|
|
|
|
Add the required OTP on LAN969x.
|
|
|
|
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
|
|
---
|
|
arch/arm64/boot/dts/microchip/lan9691.dtsi | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/microchip/lan9691.dtsi
|
|
+++ b/arch/arm64/boot/dts/microchip/lan9691.dtsi
|
|
@@ -100,6 +100,11 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+ otp: otp@e0021000 {
|
|
+ compatible = "microchip,lan9691-otpc";
|
|
+ reg = <0xe0021000 0x1000>;
|
|
+ };
|
|
+
|
|
flx0: flexcom@e0040000 {
|
|
compatible = "microchip,lan9691-flexcom", "atmel,sama5d2-flexcom";
|
|
reg = <0xe0040000 0x100>;
|