mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ARM: dts: rk322x: tve support get dac adjust value
Efuse byte 29 bit 3-7 is used for tve dac. Change-Id: Ic119b25ae8b74969ff7968d8772f7a008d3c920c Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
@@ -421,6 +421,10 @@
|
||||
reg = <0x1d 0x1>;
|
||||
bits = <1 1>;
|
||||
};
|
||||
tve_dac: tve_dac@1d {
|
||||
reg = <0x1d 0x1>;
|
||||
bits = <3 5>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c0: i2c@11050000 {
|
||||
@@ -872,6 +876,8 @@
|
||||
rockchip,lumafilter2 = <0xf332d910>;
|
||||
rockchip,daclevel = <0x15>;
|
||||
rockchip,dac1level = <0x7>;
|
||||
nvmem-cells = <&tve_dac>;
|
||||
nvmem-cell-names = "tve_dac_adj";
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
|
||||
Reference in New Issue
Block a user