From 2a9a9d4f6c07f2f23b663fe5fbeac1168a5d1029 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 07 Nov 2023 06:19:50 +0000
Subject: [PATCH] support uboot change LCD parameter

---
 u-boot/arch/arm/dts/px30-u-boot.dtsi |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/u-boot/arch/arm/dts/px30-u-boot.dtsi b/u-boot/arch/arm/dts/px30-u-boot.dtsi
index ceda2f4..6c9ac21 100644
--- a/u-boot/arch/arm/dts/px30-u-boot.dtsi
+++ b/u-boot/arch/arm/dts/px30-u-boot.dtsi
@@ -14,6 +14,13 @@
 		u-boot,spl-boot-order = &emmc, &sdmmc;
 		stdout-path = &uart2;
 	};
+
+	secure-otp@ff110000 {
+		compatible = "rockchip,px30-secure-otp";
+		reg = <0x0 0xff110000 0x0 0x4000>;
+		secure_conf = <0xff11C008>;
+		mask_addr = <0xff2d0000>;
+	};
 };
 
 &psci {

--
Gitblit v1.6.2