File tree Expand file tree Collapse file tree 8 files changed +11
-19
lines changed Expand file tree Collapse file tree 8 files changed +11
-19
lines changed Original file line number Diff line number Diff line change 33
33
self-powered;
34
34
type = "micro";
35
35
36
- ports {
37
- #address-cells = <1>;
38
- #size-cells = <0>;
39
-
40
- port@0 {
41
- reg = <0>;
42
- usb_dr_connector: endpoint {
43
- remote-endpoint = <&usb1_drd_sw>;
44
- };
36
+ port {
37
+ usb_dr_connector: endpoint {
38
+ remote-endpoint = <&usb1_drd_sw>;
45
39
};
46
40
};
47
41
};
Original file line number Diff line number Diff line change 118
118
reg = <0x62>;
119
119
pinctrl-names = "default";
120
120
pinctrl-0 = <&pinctrl_epdpmic>;
121
- #address-cells = <1>;
122
- #size-cells = <0>;
123
121
#thermal-sensor-cells = <0>;
124
122
epd-pwr-good-gpios = <&gpio6 21 GPIO_ACTIVE_HIGH>;
125
123
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ CONFIG_RFKILL=y
76
76
CONFIG_RFKILL_INPUT=y
77
77
CONFIG_PCI=y
78
78
CONFIG_PCI_MSI=y
79
- CONFIG_PCI_IMX6 =y
79
+ CONFIG_PCI_IMX6_HOST =y
80
80
CONFIG_DEVTMPFS=y
81
81
CONFIG_DEVTMPFS_MOUNT=y
82
82
# CONFIG_STANDALONE is not set
Original file line number Diff line number Diff line change 194
194
rohm,reset-snvs-powered;
195
195
196
196
#clock-cells = <0>;
197
- clocks = <&osc_32k 0 >;
197
+ clocks = <&osc_32k>;
198
198
clock-output-names = "clk-32k-out";
199
199
200
200
regulators {
Original file line number Diff line number Diff line change 99
99
compatible = "regulator-fixed";
100
100
enable-active-high;
101
101
gpio = <&gpio2 20 GPIO_ACTIVE_HIGH>; /* PMIC_EN_ETH */
102
- off-on-delay = <500000>;
102
+ off-on-delay-us = <500000>;
103
103
pinctrl-names = "default";
104
104
pinctrl-0 = <&pinctrl_reg_eth>;
105
105
regulator-always-on;
139
139
enable-active-high;
140
140
/* Verdin SD_1_PWR_EN (SODIMM 76) */
141
141
gpio = <&gpio3 5 GPIO_ACTIVE_HIGH>;
142
- off-on-delay = <100000>;
142
+ off-on-delay-us = <100000>;
143
143
pinctrl-names = "default";
144
144
pinctrl-0 = <&pinctrl_usdhc2_pwr_en>;
145
145
regulator-max-microvolt = <3300000>;
Original file line number Diff line number Diff line change 10
10
compatible = "regulator-fixed";
11
11
enable-active-high;
12
12
gpio = <&gpio_expander_21 4 GPIO_ACTIVE_HIGH>; /* ETH_PWR_EN */
13
- off-on-delay = <500000>;
13
+ off-on-delay-us = <500000>;
14
14
regulator-max-microvolt = <3300000>;
15
15
regulator-min-microvolt = <3300000>;
16
16
regulator-name = "+V3.3_ETH";
Original file line number Diff line number Diff line change 87
87
compatible = "regulator-fixed";
88
88
enable-active-high;
89
89
gpio = <&gpio2 20 GPIO_ACTIVE_HIGH>; /* PMIC_EN_ETH */
90
- off-on-delay = <500000>;
90
+ off-on-delay-us = <500000>;
91
91
pinctrl-names = "default";
92
92
pinctrl-0 = <&pinctrl_reg_eth>;
93
93
regulator-always-on;
128
128
enable-active-high;
129
129
/* Verdin SD_1_PWR_EN (SODIMM 76) */
130
130
gpio = <&gpio4 22 GPIO_ACTIVE_HIGH>;
131
- off-on-delay = <100000>;
131
+ off-on-delay-us = <100000>;
132
132
pinctrl-names = "default";
133
133
pinctrl-0 = <&pinctrl_usdhc2_pwr_en>;
134
134
regulator-max-microvolt = <3300000>;
Original file line number Diff line number Diff line change 1128
1128
1129
1129
lcdif2: display-controller@32e90000 {
1130
1130
compatible = "fsl,imx8mp-lcdif";
1131
- reg = <0x32e90000 0x238 >;
1131
+ reg = <0x32e90000 0x10000 >;
1132
1132
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
1133
1133
clocks = <&clk IMX8MP_CLK_MEDIA_DISP2_PIX_ROOT>,
1134
1134
<&clk IMX8MP_CLK_MEDIA_APB_ROOT>,
You can’t perform that action at this time.
0 commit comments