Skip to content

Commit e500ba0

Browse files
committed
Merge branch 'omap-for-v5.6/fixes-rc2' into fixes
2 parents 10dc62d + 00a39c9 commit e500ba0

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

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/dra7-evm.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
regulator-max-microvolt = <1800000>;
6262
};
6363

64-
evm_3v3: fixedregulator-evm3v3 {
64+
vsys_3v3: fixedregulator-vsys3v3 {
6565
/* Output of Cntlr A of TPS43351-Q1 on dra7-evm */
6666
compatible = "regulator-fixed";
67-
regulator-name = "evm_3v3";
67+
regulator-name = "vsys_3v3";
6868
regulator-min-microvolt = <3300000>;
6969
regulator-max-microvolt = <3300000>;
7070
vin-supply = <&evm_12v0>;

arch/arm/boot/dts/dra7-l4.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3474,6 +3474,7 @@
34743474
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER13_CLKCTRL 24>;
34753475
clock-names = "fck";
34763476
interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
3477+
ti,timer-pwm;
34773478
};
34783479
};
34793480

@@ -3501,6 +3502,7 @@
35013502
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER14_CLKCTRL 24>;
35023503
clock-names = "fck";
35033504
interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
3505+
ti,timer-pwm;
35043506
};
35053507
};
35063508

@@ -3528,6 +3530,7 @@
35283530
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER15_CLKCTRL 24>;
35293531
clock-names = "fck";
35303532
interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
3533+
ti,timer-pwm;
35313534
};
35323535
};
35333536

@@ -3555,6 +3558,7 @@
35553558
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER16_CLKCTRL 24>;
35563559
clock-names = "fck";
35573560
interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
3561+
ti,timer-pwm;
35583562
};
35593563
};
35603564

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 {

0 commit comments

Comments
 (0)