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:
Zheng Yang
2018-03-15 16:49:27 +08:00
committed by Tao Huang
parent 07b7c37ca5
commit b3de8bee89

View File

@@ -438,6 +438,9 @@
cpu_leakage: cpu_leakage@17 {
reg = <0x17 0x1>;
};
phy_flag: phy_flag@1d {
reg = <0x1d 0x1>;
};
};
i2c0: i2c@11050000 {
@@ -671,6 +674,8 @@
clock-names = "sysclk", "refclk";
#clock-cells = <0>;
clock-output-names = "hdmiphy_phy";
nvmem-cells = <&phy_flag>;
nvmem-cell-names = "hdmi_phy_flag";
status = "disabled";
};