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

ARM: dts: rockchip: enable nfc node in rk3066a-mk808.dts

Enable nfc node in rk3066a-mk808.dts

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20220603144627.23269-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
70e76f73 f2906aa8

+18
+18
arch/arm/boot/dts/rk3066a-mk808.dts
··· 160 160 status = "okay"; 161 161 }; 162 162 163 + &nfc { 164 + #address-cells = <1>; 165 + #size-cells = <0>; 166 + status = "okay"; 167 + 168 + nand@0 { 169 + reg = <0>; 170 + label = "rk-nand"; 171 + nand-bus-width = <8>; 172 + nand-ecc-mode = "hw"; 173 + nand-ecc-step-size = <1024>; 174 + nand-ecc-strength = <40>; 175 + nand-is-boot-medium; 176 + rockchip,boot-blks = <8>; 177 + rockchip,boot-ecc-strength = <24>; 178 + }; 179 + }; 180 + 163 181 &pinctrl { 164 182 usb-host { 165 183 host_drv: host-drv {