This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

mali r5p0-06rel0 odroidxu3

Hi All,

I would like to know how to integrate mali r5p0-06rel0 for OdroidXU3 board.

I have user TX011-SW-99002-r5p1-00rel1 along with chromebook-platform patch.

Has some body make it working on latest kernel.

-Anand Moon

Parents
  • hi Micheal,

    I have tried to integrate this driver but it failed.

    I am using following DTS changes.

    mali {
        compatible = "arm,mali-midgard";
        reg = <0x11800000 0x5000>;
        interrupts = <0 219 0>, <0 74 0>, <0 117 0>;
        interrupt-names = "JOB", "MMU", "GPU";
        clocks = <&clock CLK_G3D>, <&clock CLK_MOUT_G3D>, <&clock CLK_MOUT_VPLL>, <&clock CLK_FIN_PLL>,
        <&clock CLK_FOUT_VPLL>;
        clock-names = "g3d", "aclk_g3d", "mout_vpll", "ext_xtal",
        "fout_vpll";
    };
    

    I see new clk_mali is need. Do I need to introduce this clk_mali in drivers/clk/samsung/clk-exynos5420.c

    And update the dts changes.

    Suppose I seen a patch to fix a bug. Where do need to send it.

    -Anand Moon

Reply
  • hi Micheal,

    I have tried to integrate this driver but it failed.

    I am using following DTS changes.

    mali {
        compatible = "arm,mali-midgard";
        reg = <0x11800000 0x5000>;
        interrupts = <0 219 0>, <0 74 0>, <0 117 0>;
        interrupt-names = "JOB", "MMU", "GPU";
        clocks = <&clock CLK_G3D>, <&clock CLK_MOUT_G3D>, <&clock CLK_MOUT_VPLL>, <&clock CLK_FIN_PLL>,
        <&clock CLK_FOUT_VPLL>;
        clock-names = "g3d", "aclk_g3d", "mout_vpll", "ext_xtal",
        "fout_vpll";
    };
    

    I see new clk_mali is need. Do I need to introduce this clk_mali in drivers/clk/samsung/clk-exynos5420.c

    And update the dts changes.

    Suppose I seen a patch to fix a bug. Where do need to send it.

    -Anand Moon

Children