]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sandbox/dts/test.dts
sandbox: Rename 'num-gpios' property to avoid dtc warning
[people/ms/u-boot.git] / arch / sandbox / dts / test.dts
index c38e3691628f586c965b157ad2d5a80af0a7f627..b0f0ca8f19ce9104c58737ff8840aca58f26dfb3 100644 (file)
                gpio-controller;
                #gpio-cells = <1>;
                gpio-bank-name = "a";
-               num-gpios = <20>;
+               sandbox,gpio-count = <20>;
        };
 
        gpio_b: extra-gpios {
                gpio-controller;
                #gpio-cells = <5>;
                gpio-bank-name = "b";
-               num-gpios = <10>;
+               sandbox,gpio-count = <10>;
        };
 
        i2c@0 {