ARM: dts: imx7: Fix NAND controller size-cells
stable inclusion from stable-v5.10.156 commit f68a9efd7895e2f951523323628377bcdd97d068 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I7MCG1 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f68a9efd7895e2f951523323628377bcdd97d068 -------------------------------- [ Upstream commit 753395ea ] The NAND controller size-cells should be 0 per DT bindings. Fix the following warning produces by DT bindings check: " nand-controller@33002000: #size-cells:0:0: 0 was expected nand-controller@33002000: Unevaluated properties are not allowed ('#address-cells', '#size-cells' were unexpected) " Fix the missing space in node name too. Fixes: e7495a45 ("ARM: dts: imx7: add GPMI NAND and APBH DMA") Signed-off-by:Marek Vasut <marex@denx.de> Signed-off-by:
Shawn Guo <shawnguo@kernel.org> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment