]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
corstone1000: add fwu-metadata store info
authorRui Miguel Silva <rui.silva@linaro.org>
Mon, 12 Jun 2023 08:09:17 +0000 (09:09 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 19 Jun 2023 18:34:16 +0000 (14:34 -0400)
Add fwu-mdata node and handle for the reference
nvmxip-qspi.

Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
arch/arm/dts/corstone1000.dtsi

index 533dfdf8e1caff17fa272011b1d4682ab500355a..1e0ec075e4cd68271a97b5d4cbc99dcb3ea9c3d7 100644 (file)
@@ -38,7 +38,7 @@
                reg = <0x88200000 0x77e00000>;
        };
 
-       nvmxip-qspi@08000000 {
+       nvmxip: nvmxip-qspi@08000000 {
                compatible = "nvmxip,qspi";
                reg = <0x08000000 0x2000000>;
                lba_shift = <9>;
                method = "smc";
        };
 
+       fwu-mdata {
+               compatible = "u-boot,fwu-mdata-gpt";
+               fwu-mdata-store = <&nvmxip>;
+       };
+
        soc {
                compatible = "simple-bus";
                #address-cells = <1>;