From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- kernel/Documentation/devicetree/bindings/nvmem/rockchip-otp.txt | 14 ++++---------- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/nvmem/rockchip-otp.txt b/kernel/Documentation/devicetree/bindings/nvmem/rockchip-otp.txt index f4cdd43..6e6134582 100644 --- a/kernel/Documentation/devicetree/bindings/nvmem/rockchip-otp.txt +++ b/kernel/Documentation/devicetree/bindings/nvmem/rockchip-otp.txt @@ -4,20 +4,14 @@ - compatible: Should be one of the following. - "rockchip,px30-otp" - for PX30 SoCs. - "rockchip,rk3308-otp" - for RK3308 SoCs. - - "rockchip,rk3568-otp" - for RK3568 SoCs. - - "rockchip,rv1126-otp" - for RV1126 SoCs. -- reg: Must contain an entry with the physical base address and length - for each entry in reg-names. -- address-cells: must be set to 1. -- size-cells: Must be set to 1. +- reg: Should contain the registers location and size - clocks: Must contain an entry for each entry in clock-names. -- clock-names: Should contain "clk_otp", "pclk_otp" and - optionally also "pclk_otp_phy". +- clock-names: Should be "otp", "apb_pclk" and "phy". Optional properties: - resets: Must contain an entry for each entry in reset-names. See ../../reset/reset.txt for details. -- reset-names: Should be "otp_phy". +- reset-names: Should be "phy". See nvmem.txt for more information. @@ -29,5 +23,5 @@ #size-cells = <1>; clocks = <&cru SCLK_OTP_USR>, <&cru PCLK_OTP_NS>, <&cru PCLK_OTP_PHY>; - clock-names = "clk_otp", "pclk_otp", "pclk_otp_phy"; + clock-names = "otp", "apb_pclk", "phy"; }; -- Gitblit v1.6.2