hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/arm/boot/dts/imx6sll.dtsi
....@@ -36,6 +36,8 @@
3636 spi1 = &ecspi2;
3737 spi3 = &ecspi3;
3838 spi4 = &ecspi4;
39
+ usb0 = &usbotg1;
40
+ usb1 = &usbotg2;
3941 usbphy0 = &usbphy1;
4042 usbphy1 = &usbphy2;
4143 };
....@@ -49,20 +51,18 @@
4951 device_type = "cpu";
5052 reg = <0>;
5153 next-level-cache = <&L2>;
52
- operating-points = <
54
+ operating-points =
5355 /* kHz uV */
54
- 996000 1275000
55
- 792000 1175000
56
- 396000 1075000
57
- 198000 975000
58
- >;
59
- fsl,soc-operating-points = <
56
+ <996000 1275000>,
57
+ <792000 1175000>,
58
+ <396000 1075000>,
59
+ <198000 975000>;
60
+ fsl,soc-operating-points =
6061 /* ARM kHz SOC-PU uV */
61
- 996000 1175000
62
- 792000 1175000
63
- 396000 1175000
64
- 198000 1175000
65
- >;
62
+ <996000 1175000>,
63
+ <792000 1175000>,
64
+ <396000 1175000>,
65
+ <198000 1175000>;
6666 clock-latency = <61036>; /* two CLK32 periods */
6767 #cooling-cells = <2>;
6868 clocks = <&clks IMX6SLL_CLK_ARM>,
....@@ -552,7 +552,7 @@
552552 reg = <0x020ca000 0x1000>;
553553 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
554554 clocks = <&clks IMX6SLL_CLK_USBPHY2>;
555
- phy-reg_3p0-supply = <&reg_3p0>;
555
+ phy-3p0-supply = <&reg_3p0>;
556556 fsl,anatop = <&anatop>;
557557 };
558558