[PATCH v1] ARM: dts: rockchip: enable nfc node in rk3066a-mk808.dts

Johan Jonker posted 1 patch 3 years, 11 months ago
arch/arm/boot/dts/rk3066a-mk808.dts | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
[PATCH v1] ARM: dts: rockchip: enable nfc node in rk3066a-mk808.dts
Posted by Johan Jonker 3 years, 11 months ago
Enable nfc node in rk3066a-mk808.dts

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 arch/arm/boot/dts/rk3066a-mk808.dts | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm/boot/dts/rk3066a-mk808.dts b/arch/arm/boot/dts/rk3066a-mk808.dts
index 667d57a4f..cfa318a50 100644
--- a/arch/arm/boot/dts/rk3066a-mk808.dts
+++ b/arch/arm/boot/dts/rk3066a-mk808.dts
@@ -160,6 +160,24 @@
 	status = "okay";
 };
 
+&nfc {
+	#address-cells = <1>;
+	#size-cells = <0>;
+	status = "okay";
+
+	nand@0 {
+		reg = <0>;
+		label = "rk-nand";
+		nand-bus-width = <8>;
+		nand-ecc-mode = "hw";
+		nand-ecc-step-size = <1024>;
+		nand-ecc-strength = <40>;
+		nand-is-boot-medium;
+		rockchip,boot-blks = <8>;
+		rockchip,boot-ecc-strength = <24>;
+	};
+};
+
 &pinctrl {
 	usb-host {
 		host_drv: host-drv {
-- 
2.20.1
Re: [PATCH v1] ARM: dts: rockchip: enable nfc node in rk3066a-mk808.dts
Posted by Heiko Stuebner 3 years, 10 months ago
On Fri, 3 Jun 2022 16:46:27 +0200, Johan Jonker wrote:
> Enable nfc node in rk3066a-mk808.dts

Applied, thanks!

[1/1] ARM: dts: rockchip: enable nfc node in rk3066a-mk808.dts
      commit: 70e76f7344e59266e8a97cfe64d0d7c081652b35

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>