hdmitx: Disable dongle_mode case for S905Y2 U223 low power [1/1]

PD#SWPL-8127

Problem:
Disable dongle_mode case for S905Y2 U223 low power

Solution:
Disable dongle_mode case for S905Y2 U223 low power

Verify:
u223

Change-Id: Ie734fe02bb920a22efcb8c64d814a5158cec2c1d
Signed-off-by: qingwei.xu <qingwei.xu@amlogic.com>
This commit is contained in:
qingwei.xu
2019-05-09 16:01:04 +08:00
committed by Tao Zeng
parent ff7f8a02ba
commit f396166d92
2 changed files with 2 additions and 2 deletions

View File

@@ -1373,5 +1373,5 @@
};
&amhdmitx {
dongle_mode = <1>;
dongle_mode = <0>;
};

View File

@@ -1370,5 +1370,5 @@
};
&amhdmitx {
dongle_mode = <1>;
dongle_mode = <0>;
};