Commit 849d07d6f0bba542aee52d35ad92ba4d6bf6966b

Authored by George Cherian
Committed by Sekhar Nori
1 parent c6ff684134

ARM: dts: am437x-gp-evm: Move pinctrl data to dwc3_omap wrapper from usb_phy

Now that we switch pinctrl states from dwc3-omap wrapper driver,
add the pinctrl data to wrapper node.

Signed-off-by: George Cherian <george.cherian@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>

Showing 1 changed file with 11 additions and 4 deletions Side-by-side Diff

arch/arm/boot/dts/am437x-gp-evm.dts
... ... @@ -935,23 +935,30 @@
935 935 pinctrl-0 = <&uart3_pins>;
936 936 };
937 937  
938   -&usb2_phy1 {
939   - status = "okay";
  938 +&dwc3_1 {
940 939 pinctrl-names = "default", "sleep";
941 940 pinctrl-0 = <&usb2_phy1_default>;
942 941 pinctrl-1 = <&usb2_phy1_sleep>;
  942 +
943 943 };
944 944  
  945 +&usb2_phy1 {
  946 + status = "okay";
  947 +};
  948 +
945 949 &usb1 {
946 950 dr_mode = "otg";
947 951 status = "okay";
948 952 };
949 953  
950   -&usb2_phy2 {
951   - status = "okay";
  954 +&dwc3_2 {
952 955 pinctrl-names = "default", "sleep";
953 956 pinctrl-0 = <&usb2_phy2_default>;
954 957 pinctrl-1 = <&usb2_phy2_sleep>;
  958 +};
  959 +
  960 +&usb2_phy2 {
  961 + status = "okay";
955 962 };
956 963  
957 964 &usb2 {