Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'omap-for-v5.6/fixes-rc2' into fixes

+10 -14
+2 -2
arch/arm/boot/dts/am437x-idk-evm.dts
··· 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 };
+2 -2
arch/arm/boot/dts/dra7-evm.dts
··· 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>;
+4
arch/arm/boot/dts/dra7-l4.dtsi
··· 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 ··· 3502 3501 clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER14_CLKCTRL 24>; 3503 3502 clock-names = "fck"; 3504 3503 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>; 3504 + ti,timer-pwm; 3505 3505 }; 3506 3506 }; 3507 3507 ··· 3530 3528 clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER15_CLKCTRL 24>; 3531 3529 clock-names = "fck"; 3532 3530 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>; 3531 + ti,timer-pwm; 3533 3532 }; 3534 3533 }; 3535 3534 ··· 3558 3555 clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER16_CLKCTRL 24>; 3559 3556 clock-names = "fck"; 3560 3557 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>; 3558 + ti,timer-pwm; 3561 3559 }; 3562 3560 }; 3563 3561
+2 -10
arch/arm/boot/dts/dra7xx-clocks.dtsi
··· 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"; ··· 1554 1564 compatible = "ti,clkctrl"; 1555 1565 reg = <0x20 0x4>; 1556 1566 #clock-cells = <2>; 1567 + assigned-clocks = <&ipu1_clkctrl DRA7_IPU1_MMU_IPU1_CLKCTRL 24>; 1568 + assigned-clock-parents = <&dpll_core_h22x2_ck>; 1557 1569 }; 1558 1570 1559 1571 ipu_clkctrl: ipu-clkctrl@50 {