Re: [PATCH v1] clk: tegra: Fix duplicated SE clock entry

2020-12-10 Thread Stephen Boyd
Quoting Dmitry Osipenko (2020-10-25 15:42:12) > The periph_clks[] array contains duplicated entry for Security Engine > clock which was meant to be defined for T210, but it wasn't added > properly. This patch corrects the T210 SE entry and fixes the following > error message on T114/T124: "Tegra cl

Re: [PATCH v1] clk: tegra: Fix duplicated SE clock entry

2020-12-10 Thread Thierry Reding
On Mon, Oct 26, 2020 at 01:42:12AM +0300, Dmitry Osipenko wrote: > The periph_clks[] array contains duplicated entry for Security Engine > clock which was meant to be defined for T210, but it wasn't added > properly. This patch corrects the T210 SE entry and fixes the following > error message on T

Re: [PATCH v1] clk: tegra: Fix duplicated SE clock entry

2020-12-10 Thread Thierry Reding
On Wed, Dec 09, 2020 at 05:27:10PM -0800, Stephen Boyd wrote: > Quoting Dmitry Osipenko (2020-10-25 15:42:12) > > The periph_clks[] array contains duplicated entry for Security Engine > > clock which was meant to be defined for T210, but it wasn't added > > properly. This patch corrects the T210 SE

Re: [PATCH v1] clk: tegra: Fix duplicated SE clock entry

2020-12-09 Thread Stephen Boyd
Quoting Dmitry Osipenko (2020-10-25 15:42:12) > The periph_clks[] array contains duplicated entry for Security Engine > clock which was meant to be defined for T210, but it wasn't added > properly. This patch corrects the T210 SE entry and fixes the following > error message on T114/T124: "Tegra cl

[PATCH v1] clk: tegra: Fix duplicated SE clock entry

2020-10-25 Thread Dmitry Osipenko
The periph_clks[] array contains duplicated entry for Security Engine clock which was meant to be defined for T210, but it wasn't added properly. This patch corrects the T210 SE entry and fixes the following error message on T114/T124: "Tegra clk 127: register failed with -17". Fixes: dc37fec48314