Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f3efe9c5 authored by Robert Nelson's avatar Robert Nelson
Browse files

merge: top of linux


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 3f469267
Branches
No related merge requests found
Pipeline #17159 passed with stage
in 9 seconds
......@@ -51,8 +51,8 @@
/* global cma region */
linux,cma {
compatible = "shared-dma-pool";
size = <0x00 0x8000000>;
reusable;
size = <0x00 0x8000000>;
linux,cma-default;
};
......@@ -348,15 +348,9 @@
self-powered;
data-role = "dual";
power-role = "sink";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
usb_con_hs: endpoint {
remote-endpoint = <&usb0_hs_ep>;
};
port {
usb_con_hs: endpoint {
remote-endpoint = <&usb0_hs_ep>;
};
};
};
......@@ -483,12 +477,9 @@
&usb0 {
bootph-all;
#address-cells = <1>;
#size-cells = <0>;
usb-role-switch;
port@0 {
reg = <0>;
port {
usb0_hs_ep: endpoint {
remote-endpoint = <&usb_con_hs>;
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment