ARM: dts: msm: Disable adv7481 on Mojave lite platform
On Mojave lite, adv7481 hardware is not available hence disable adv7481 and bridge abstraction driver. CRs-Fixed: 1097877 Change-Id: I1969fc45e50f5ddff25fd70780458d23a9abeed8 Signed-off-by: Shiju Mathew <shijum@codeaurora.org>
This commit is contained in:
parent
be58516a4e
commit
8fcb6249ad
2 changed files with 16 additions and 0 deletions
|
@ -46,6 +46,14 @@
|
|||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
qcom,adv7481@70 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qcom,msm-ba {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&dsi_adv_7533_2 {
|
||||
|
|
|
@ -46,6 +46,14 @@
|
|||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
qcom,adv7481@70 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qcom,msm-ba {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&pil_modem {
|
||||
|
|
Loading…
Add table
Reference in a new issue