mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
arm64: dts: rockchip: rk3528: add test_version/vdac_out_current in otp node
Signed-off-by: Damon Ding <damon.ding@rock-chips.com> Change-Id: I7dcc214f457874c540a5f110783557b7e84ded8a
This commit is contained in:
parent
6358a02c0c
commit
7a94eacc84
|
|
@ -1306,6 +1306,8 @@ tve: tve@ff880000 {
|
|||
rockchip,lumafilter7 = <0x08de055f>;
|
||||
rockchip,tve-upsample = <DCLK_UPSAMPLEx4>;
|
||||
rockchip,grf = <&grf>;
|
||||
nvmem-cells = <&vdac_out_current>, <&test_version>;
|
||||
nvmem-cell-names = "out-current", "version";
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
|
|
@ -2085,12 +2087,18 @@ log_leakage: log-leakage@1b {
|
|||
gpu_leakage: gpu-leakage@1c {
|
||||
reg = <0x1c 0x1>;
|
||||
};
|
||||
test_version: test-version@29 {
|
||||
reg = <0x29 0x1>;
|
||||
};
|
||||
macphy_bgs: macphy-bgs@2d {
|
||||
reg = <0x2d 0x1>;
|
||||
};
|
||||
macphy_txlevel: macphy-txlevel@2e {
|
||||
reg = <0x2e 0x2>;
|
||||
};
|
||||
vdac_out_current: vdac-out-current@30 {
|
||||
reg = <0x30 0x1>;
|
||||
};
|
||||
cpu_opp_info: cpu-opp-info@32 {
|
||||
reg = <0x32 0x6>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user