arm64: zynqmp: Align #address/size-cells with node
zynqmp-mini-nand wasn't aligned with dt binding that's why fix it. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/3916fde2e896b8be8863505305118903e0644ab0.1717684544.git.michal.simek@amd.com
This commit is contained in:
@@ -46,8 +46,8 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
reg = <0x0 0xff100000 0x1000>;
|
reg = <0x0 0xff100000 0x1000>;
|
||||||
clock-names = "clk_sys", "clk_flash";
|
clock-names = "clk_sys", "clk_flash";
|
||||||
#address-cells = <2>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <0>;
|
||||||
arasan,has-mdma;
|
arasan,has-mdma;
|
||||||
num-cs = <2>;
|
num-cs = <2>;
|
||||||
nand@0 {
|
nand@0 {
|
||||||
|
Reference in New Issue
Block a user