arm64: dts: exynos: add micro-USB connector node to TM2 platforms
Since USB connector bindings are available we can describe it on TM2(e). Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
cf2ad8c025
commit
37b9330458
|
@ -836,6 +836,13 @@ max77843@66 {
|
||||||
|
|
||||||
muic: max77843-muic {
|
muic: max77843-muic {
|
||||||
compatible = "maxim,max77843-muic";
|
compatible = "maxim,max77843-muic";
|
||||||
|
|
||||||
|
musb_con: musb_connector {
|
||||||
|
compatible = "samsung,usb-connector-11pin",
|
||||||
|
"usb-b-connector";
|
||||||
|
label = "micro-USB";
|
||||||
|
type = "micro";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
|
|
Loading…
Reference in New Issue