lkml.org 
[lkml]   [2019]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 132/149] ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU
    Date
    4.19-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Marek Szyprowski <m.szyprowski@samsung.com>

    commit a66352e005488ecb4b534ba1af58a9f671eba9b8 upstream.

    Add minimal parameters needed by the Exynos CLKOUT driver to Exynos3250
    PMU node. This fixes the following warning on boot:

    exynos_clkout_init: failed to register clkout clock

    Fixes: d19bb397e19e ("ARM: dts: exynos: Update PMU node with CLKOUT related data")
    Cc: <stable@vger.kernel.org>
    Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
    Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    arch/arm/boot/dts/exynos3250.dtsi | 3 +++
    1 file changed, 3 insertions(+)

    --- a/arch/arm/boot/dts/exynos3250.dtsi
    +++ b/arch/arm/boot/dts/exynos3250.dtsi
    @@ -168,6 +168,9 @@
    interrupt-controller;
    #interrupt-cells = <3>;
    interrupt-parent = <&gic>;
    + clock-names = "clkout8";
    + clocks = <&cmu CLK_FIN_PLL>;
    + #clock-cells = <1>;
    };

    mipi_phy: video-phy {

    \
     
     \ /
      Last update: 2019-03-12 18:48    [W:3.458 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site