27.10.2020 12:15, Krzysztof Kozlowski пишет: ...>> @@ -748,15 +770,18 @@ mc: memory-controller@7000f000 { >> >> #iommu-cells = <1>; >> #reset-cells = <1>; >> + #interconnect-cells = <1>; >> }; >> >> - memory-controller@7000f400 { >> + emc: memory-controller@7000f400 { >> compatible = "nvidia,tegra30-emc"; >> reg = <0x7000f400 0x400>; >> interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>; >> clocks = <&tegra_car TEGRA30_CLK_EMC>; >> >> nvidia,memory-controller = <&mc>; >> + > > No need for blank line. It's needed to make MC and EMC nodes look consistent. See the MC node above which has the blank line. > >> + #interconnect-cells = <0>; >> }; >> >> fuse@7000f800 {