[PATCH v2 10/11] arm: dts: rockchip: enable nfc node in spl for rk3066 mk808
Johan Jonker
jbx6244 at gmail.com
Sat Jul 9 20:50:53 CEST 2022
Enable the nfc node in spl for rk3066 mk808 in the
rk3066a-mk808-u-boot.dtsi file.
Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
---
arch/arm/dts/rk3066a-mk808-u-boot.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/dts/rk3066a-mk808-u-boot.dtsi b/arch/arm/dts/rk3066a-mk808-u-boot.dtsi
index 60b39026..09024908 100644
--- a/arch/arm/dts/rk3066a-mk808-u-boot.dtsi
+++ b/arch/arm/dts/rk3066a-mk808-u-boot.dtsi
@@ -39,6 +39,14 @@
status = "disabled";
};
+&nfc {
+ u-boot,dm-spl;
+
+ nand at 0 {
+ u-boot,dm-spl;
+ };
+};
+
&noc {
compatible = "rockchip,rk3066-noc", "syscon";
};
--
2.20.1
More information about the U-Boot
mailing list