Skip to content

Commit 2dc711a

Browse files
committed
Test-me: rebased dts files (not working)
1 parent be40ec1 commit 2dc711a

File tree

4 files changed

+569
-149
lines changed

4 files changed

+569
-149
lines changed

meta-arduino-bsp/recipes-bsp/u-boot/u-boot-imx/portenta-x8/imx8mm-evk-u-boot.dtsi

Lines changed: 28 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -39,35 +39,29 @@
3939
};
4040
};
4141

42-
&aips4 {
42+
&{/soc@0} {
43+
u-boot,dm-pre-reloc;
4344
u-boot,dm-spl;
4445
};
4546

46-
&reg_usdhc2_vmmc {
47-
u-boot,off-on-delay-us = <20000>;
48-
u-boot,dm-spl;
47+
&A53_0 {
48+
/delete-property/ cpu-idle-states;
4949
};
5050

51-
&pinctrl_reg_usdhc2_vmmc {
52-
u-boot,dm-spl;
51+
&A53_1 {
52+
/delete-property/ cpu-idle-states;
5353
};
5454

55-
&pinctrl_uart2 {
56-
u-boot,dm-spl;
55+
&A53_2 {
56+
/delete-property/ cpu-idle-states;
5757
};
5858

59-
&pinctrl_usdhc2_gpio {
60-
u-boot,dm-spl;
59+
&A53_3 {
60+
/delete-property/ cpu-idle-states;
6161
};
62-
63-
&pinctrl_usdhc2 {
62+
&i2c2 {
6463
u-boot,dm-spl;
6564
};
66-
67-
&pinctrl_usdhc3 {
68-
u-boot,dm-spl;
69-
};
70-
7165
&gpio1 {
7266
u-boot,dm-spl;
7367
};
@@ -88,45 +82,6 @@
8882
u-boot,dm-spl;
8983
};
9084

91-
&uart2 {
92-
u-boot,dm-spl;
93-
};
94-
95-
&crypto {
96-
u-boot,dm-spl;
97-
};
98-
99-
&sec_jr0 {
100-
u-boot,dm-spl;
101-
};
102-
103-
&sec_jr1 {
104-
u-boot,dm-spl;
105-
};
106-
107-
&sec_jr2 {
108-
u-boot,dm-spl;
109-
};
110-
111-
&usbmisc1 {
112-
u-boot,dm-spl;
113-
};
114-
115-
&usbphynop1 {
116-
u-boot,dm-spl;
117-
};
118-
119-
&usbotg1 {
120-
u-boot,dm-spl;
121-
};
122-
123-
&usdhc1 {
124-
u-boot,dm-spl;
125-
assigned-clocks = <&clk IMX8MM_CLK_USDHC1>;
126-
assigned-clock-rates = <400000000>;
127-
assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_400M>;
128-
};
129-
13085
&usdhc2 {
13186
u-boot,dm-spl;
13287
sd-uhs-sdr104;
@@ -150,14 +105,15 @@
150105
u-boot,dm-spl;
151106
};
152107

153-
&{/soc@0/bus@30800000/i2c@30a20000/pca9450@25} {
108+
&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} {
154109
u-boot,dm-spl;
155110
};
156111

157-
&{/soc@0/bus@30800000/i2c@30a20000/pca9450@25/regulators} {
112+
&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} {
158113
u-boot,dm-spl;
159114
};
160115

116+
161117
&pinctrl_i2c1 {
162118
u-boot,dm-spl;
163119
};
@@ -166,31 +122,27 @@
166122
u-boot,dm-spl;
167123
};
168124

169-
&pinctrl_wdog {
170-
u-boot,dm-spl;
171-
};
172-
173125
&fec1 {
174-
phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
175-
phy-reset-duration = <15>;
176-
phy-reset-post-delay = <100>;
177-
};
178-
179-
&ethphy0 {
180-
vddio0: vddio-regulator {
181-
regulator-name = "VDDIO";
182-
regulator-min-microvolt = <1800000>;
183-
regulator-max-microvolt = <1800000>;
184-
};
126+
phy-reset-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;
127+
phy-reset-duration = <100>;
128+
phy-reset-post-delay = <1>;
185129
};
186130

187131
&wdog1 {
188132
u-boot,dm-spl;
189133
};
190134

191-
&usbotg1 {
192-
status = "okay";
193-
extcon = <&ptn5110>;
135+
&flexspi {
136+
assigned-clock-rates = <100000000>;
137+
assigned-clocks = <&clk IMX8MM_CLK_QSPI>;
138+
assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_100M>;
139+
};
140+
141+
&lcdif {
142+
enable_polarity_low;
143+
/delete-property/ assigned-clocks;
144+
/delete-property/ assigned-clock-parents;
145+
/delete-property/ assigned-clock-rates;
194146
};
195147

196148
&mipi_dsi {

0 commit comments

Comments
 (0)