On Mon, Apr 20, 2020 at 12:22 AM Chunfeng Yun <chunfeng....@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@0 instead?