diff options
| author | Rui Miguel Silva <[email protected]> | 2023-06-12 09:09:17 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-06-19 14:34:16 -0400 |
| commit | b3870dd4929758f99b630ee0a64ff517fdc6d6d0 (patch) | |
| tree | 5b73f665b81f4982569740d21255652671c17821 | |
| parent | dc3abd8006c5fe715449302f9aaf79db190454fc (diff) | |
corstone1000: add fwu-metadata store info
Add fwu-mdata node and handle for the reference
nvmxip-qspi.
Signed-off-by: Rui Miguel Silva <[email protected]>
| -rw-r--r-- | arch/arm/dts/corstone1000.dtsi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/dts/corstone1000.dtsi b/arch/arm/dts/corstone1000.dtsi index 533dfdf8e1c..1e0ec075e4c 100644 --- a/arch/arm/dts/corstone1000.dtsi +++ b/arch/arm/dts/corstone1000.dtsi @@ -38,7 +38,7 @@ reg = <0x88200000 0x77e00000>; }; - nvmxip-qspi@08000000 { + nvmxip: nvmxip-qspi@08000000 { compatible = "nvmxip,qspi"; reg = <0x08000000 0x2000000>; lba_shift = <9>; @@ -106,6 +106,11 @@ method = "smc"; }; + fwu-mdata { + compatible = "u-boot,fwu-mdata-gpt"; + fwu-mdata-store = <&nvmxip>; + }; + soc { compatible = "simple-bus"; #address-cells = <1>; |
