diff options
| author | Alexander Feilke <[email protected]> | 2026-06-02 13:57:54 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-06-05 12:56:32 -0300 |
| commit | 0a3ccbdd25f617ea0b91becb5fb8ffc5a2abcffd (patch) | |
| tree | c3410ee49935cc9fc459eb5eb6fa0eab6f6e60b6 | |
| parent | 3880ac196b33cc2104cebffd65d1b142d518d166 (diff) | |
arm: dts: tqma7: integrate tq,eeprom sysinfo driver
Add sysinfo node for tq,eeprom sysinfo driver.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Alexander Feilke <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx7s-tqma7-u-boot.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/imx7s-tqma7-u-boot.dtsi b/arch/arm/dts/imx7s-tqma7-u-boot.dtsi index 36ce80f0a17..2b6bbcc0276 100644 --- a/arch/arm/dts/imx7s-tqma7-u-boot.dtsi +++ b/arch/arm/dts/imx7s-tqma7-u-boot.dtsi @@ -9,6 +9,14 @@ #include "imx7s-u-boot.dtsi" +/ { + sysinfo: sysinfo { + compatible = "tq,eeprom-sysinfo"; + nvmem-cells = <&module_info>; + nvmem-cell-names = "device_info"; + }; +}; + &m24c64 { nvmem-layout { compatible = "fixed-layout"; |
