Skip to content

Commit a19933b

Browse files
author
Simao Gomes Viana
committed
Merge remote-tracking branch 'zen/5.5/master' into v5.5+
2 parents 623b1ae + 2fca08d commit a19933b

198 files changed

Lines changed: 1580 additions & 733 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/devicetree/bindings/arm/fsl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ properties:
139139
items:
140140
- enum:
141141
- armadeus,imx6dl-apf6 # APF6 (Solo) SoM
142-
- armadeus,imx6dl-apf6dldev # APF6 (Solo) SoM on APF6Dev board
142+
- armadeus,imx6dl-apf6dev # APF6 (Solo) SoM on APF6Dev board
143143
- eckelmann,imx6dl-ci4x10
144144
- emtrion,emcon-mx6 # emCON-MX6S or emCON-MX6DL SoM
145145
- emtrion,emcon-mx6-avari # emCON-MX6S or emCON-MX6DL SoM on Avari Base

Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The regulator node houses sub-nodes for each regulator within the device. Each
161161
sub-node is identified using the node's name, with valid values listed for each
162162
of the PMICs below.
163163

164-
pm8005:
164+
pm8004:
165165
s2, s5
166166

167167
pm8005:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
VERSION = 5
33
PATCHLEVEL = 5
4-
SUBLEVEL = 8
4+
SUBLEVEL = 9
55
EXTRAVERSION =
66
NAME = Kleptomaniac Octopus
77

arch/arm/boot/dts/am437x-idk-evm.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,11 +526,11 @@
526526
* Supply voltage supervisor on board will not allow opp50 so
527527
* disable it and set opp100 as suspend OPP.
528528
*/
529-
opp50@300000000 {
529+
opp50-300000000 {
530530
status = "disabled";
531531
};
532532

533-
opp100@600000000 {
533+
opp100-600000000 {
534534
opp-suspend;
535535
};
536536
};

arch/arm/boot/dts/dra76x.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@
8686
&usb4_tm {
8787
status = "disabled";
8888
};
89+
90+
&mmc3 {
91+
/* dra76x is not affected by i887 */
92+
max-frequency = <96000000>;
93+
};

arch/arm/boot/dts/dra7xx-clocks.dtsi

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -796,16 +796,6 @@
796796
clock-div = <1>;
797797
};
798798

799-
ipu1_gfclk_mux: ipu1_gfclk_mux@520 {
800-
#clock-cells = <0>;
801-
compatible = "ti,mux-clock";
802-
clocks = <&dpll_abe_m2x2_ck>, <&dpll_core_h22x2_ck>;
803-
ti,bit-shift = <24>;
804-
reg = <0x0520>;
805-
assigned-clocks = <&ipu1_gfclk_mux>;
806-
assigned-clock-parents = <&dpll_core_h22x2_ck>;
807-
};
808-
809799
dummy_ck: dummy_ck {
810800
#clock-cells = <0>;
811801
compatible = "fixed-clock";
@@ -1564,6 +1554,8 @@
15641554
compatible = "ti,clkctrl";
15651555
reg = <0x20 0x4>;
15661556
#clock-cells = <2>;
1557+
assigned-clocks = <&ipu1_clkctrl DRA7_IPU1_MMU_IPU1_CLKCTRL 24>;
1558+
assigned-clock-parents = <&dpll_core_h22x2_ck>;
15671559
};
15681560

15691561
ipu_clkctrl: ipu-clkctrl@50 {

arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@
183183
pinctrl-0 = <&pinctrl_usdhc4>;
184184
bus-width = <8>;
185185
non-removable;
186-
vmmc-supply = <&vdd_emmc_1p8>;
187186
status = "disabled";
188187
};
189188

arch/arm/boot/dts/imx7-colibri.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@
336336
assigned-clock-rates = <400000000>;
337337
bus-width = <8>;
338338
fsl,tuning-step = <2>;
339-
max-frequency = <100000000>;
340339
vmmc-supply = <&reg_module_3v3>;
341340
vqmmc-supply = <&reg_DCDC3>;
342341
non-removable;

arch/arm/boot/dts/imx7d.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@
4444
opp-hz = /bits/ 64 <792000000>;
4545
opp-microvolt = <1000000>;
4646
clock-latency-ns = <150000>;
47-
opp-supported-hw = <0xd>, <0xf>;
47+
opp-supported-hw = <0xd>, <0x7>;
4848
opp-suspend;
4949
};
5050

5151
opp-996000000 {
5252
opp-hz = /bits/ 64 <996000000>;
5353
opp-microvolt = <1100000>;
5454
clock-latency-ns = <150000>;
55-
opp-supported-hw = <0xc>, <0xf>;
55+
opp-supported-hw = <0xc>, <0x7>;
5656
opp-suspend;
5757
};
5858

5959
opp-1200000000 {
6060
opp-hz = /bits/ 64 <1200000000>;
6161
opp-microvolt = <1225000>;
6262
clock-latency-ns = <150000>;
63-
opp-supported-hw = <0x8>, <0xf>;
63+
opp-supported-hw = <0x8>, <0x3>;
6464
opp-suspend;
6565
};
6666
};

arch/arm/boot/dts/ls1021a.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
};
729729

730730
mdio0: mdio@2d24000 {
731-
compatible = "fsl,etsec2-mdio";
731+
compatible = "gianfar";
732732
device_type = "mdio";
733733
#address-cells = <1>;
734734
#size-cells = <0>;
@@ -737,7 +737,7 @@
737737
};
738738

739739
mdio1: mdio@2d64000 {
740-
compatible = "fsl,etsec2-mdio";
740+
compatible = "gianfar";
741741
device_type = "mdio";
742742
#address-cells = <1>;
743743
#size-cells = <0>;

0 commit comments

Comments
 (0)