mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: marvell: cp11x: Fix nand_controller node name according to YAML
Marvell NAND controller has now YAML to validate it's DT bindings, so change the node name of cp11x DTSI as it is required by nand-controller.yaml Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
ae1c0d6eb4
commit
b29381e91e
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
CP11X_LABEL(nand_controller): nand@720000 {
|
||||
CP11X_LABEL(nand_controller): nand-controller@720000 {
|
||||
/*
|
||||
* Due to the limitation of the pins available
|
||||
* this controller is only usable on the CPM
|
||||
|
|
Loading…
Add table
Reference in a new issue