[PATCH v6 02/14] test: dm: add test item for ofnode_get_child_count()
Fabio Estevam
festevam at gmail.com
Mon Apr 20 16:07:44 CEST 2020
On Mon, Apr 20, 2020 at 12:22 AM Chunfeng Yun <chunfeng.yun at mediatek.com> wrote:
> + i-test {
> + compatible = "mediatek,u-boot-fdt-test";
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + subnode0 {
> + reg = <0>;
> + };
This has a reg property without its corresponding @.
Shouldn't this be subnode at 0 instead?
More information about the U-Boot
mailing list