File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 526
526
* Supply voltage supervisor on board will not allow opp50 so
527
527
* disable it and set opp100 as suspend OPP.
528
528
*/
529
- opp50@ 300000000 {
529
+ opp50- 300000000 {
530
530
status = "disabled";
531
531
};
532
532
533
- opp100@ 600000000 {
533
+ opp100- 600000000 {
534
534
opp-suspend;
535
535
};
536
536
};
Original file line number Diff line number Diff line change 61
61
regulator-max-microvolt = <1800000>;
62
62
};
63
63
64
- evm_3v3 : fixedregulator-evm3v3 {
64
+ vsys_3v3 : fixedregulator-vsys3v3 {
65
65
/* Output of Cntlr A of TPS43351-Q1 on dra7-evm */
66
66
compatible = "regulator-fixed";
67
- regulator-name = "evm_3v3 ";
67
+ regulator-name = "vsys_3v3 ";
68
68
regulator-min-microvolt = <3300000>;
69
69
regulator-max-microvolt = <3300000>;
70
70
vin-supply = <&evm_12v0>;
Original file line number Diff line number Diff line change 3474
3474
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER13_CLKCTRL 24>;
3475
3475
clock-names = "fck";
3476
3476
interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
3477
+ ti,timer-pwm;
3477
3478
};
3478
3479
};
3479
3480
3501
3502
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER14_CLKCTRL 24>;
3502
3503
clock-names = "fck";
3503
3504
interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
3505
+ ti,timer-pwm;
3504
3506
};
3505
3507
};
3506
3508
3528
3530
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER15_CLKCTRL 24>;
3529
3531
clock-names = "fck";
3530
3532
interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
3533
+ ti,timer-pwm;
3531
3534
};
3532
3535
};
3533
3536
3555
3558
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER16_CLKCTRL 24>;
3556
3559
clock-names = "fck";
3557
3560
interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
3561
+ ti,timer-pwm;
3558
3562
};
3559
3563
};
3560
3564
Original file line number Diff line number Diff line change 796
796
clock-div = <1>;
797
797
};
798
798
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
-
809
799
dummy_ck: dummy_ck {
810
800
#clock-cells = <0>;
811
801
compatible = "fixed-clock";
1564
1554
compatible = "ti,clkctrl";
1565
1555
reg = <0x20 0x4>;
1566
1556
#clock-cells = <2>;
1557
+ assigned-clocks = <&ipu1_clkctrl DRA7_IPU1_MMU_IPU1_CLKCTRL 24>;
1558
+ assigned-clock-parents = <&dpll_core_h22x2_ck>;
1567
1559
};
1568
1560
1569
1561
ipu_clkctrl: ipu-clkctrl@50 {
You can’t perform that action at this time.
0 commit comments