2022-06-06 03:43:53

by Johan Jonker

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

Enable nfc node in rk3066a-mk808.dts

Signed-off-by: Johan Jonker <[email protected]>
---
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


2022-06-07 10:35:28

by Heiko Stübner

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

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 <[email protected]>