Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ebaz4205: enable NAND support

The board features a 128MiB NAND chip and recently linux gained support
for the NAND controller on the Zynq SoC. Thus add the corresponding
devicetree nodes.

Signed-off-by: Michael Walle <michael@walle.cc>
Link: https://lore.kernel.org/r/20210616155437.27378-4-michael@walle.cc
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

authored by

Michael Walle and committed by
Michal Simek
c387eea5 3bf9899f

+12
+12
arch/arm/boot/dts/zynq-ebaz4205.dts
··· 48 48 pinctrl-0 = <&pinctrl_gpio0_default>; 49 49 }; 50 50 51 + &nfc0 { 52 + status = "okay"; 53 + 54 + nand@0 { 55 + reg = <0>; 56 + }; 57 + }; 58 + 51 59 &pinctrl0 { 52 60 pinctrl_gpio0_default: gpio0-default { 53 61 mux { ··· 124 116 bias-disable; 125 117 }; 126 118 }; 119 + }; 120 + 121 + &smcc { 122 + status = "okay"; 127 123 }; 128 124 129 125 &sdhci0 {