mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rk322x: hdmi phy support get efuse flag
Efuse byte 29 bit 1 is used for HDMI PHY. Change-Id: Ic6d38b43660a89b898d3a3ceb848847e95409c3d Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
@@ -417,6 +417,10 @@
|
||||
cpu_leakage: cpu_leakage@17 {
|
||||
reg = <0x17 0x1>;
|
||||
};
|
||||
hdmi_phy_flag: hdmi_phy_flag@1d {
|
||||
reg = <0x1d 0x1>;
|
||||
bits = <1 1>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c0: i2c@11050000 {
|
||||
@@ -650,6 +654,8 @@
|
||||
clock-names = "sysclk", "refclk";
|
||||
#clock-cells = <0>;
|
||||
clock-output-names = "hdmiphy_phy";
|
||||
nvmem-cells = <&hdmi_phy_flag>;
|
||||
nvmem-cell-names = "hdmi_phy_flag";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user