summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra30-cpu-opp-microvolt.dtsi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: tegra: Rename CPU and EMC OPP table device-tree nodesDmitry Osipenko2021-12-141-72/+72
| | | | | | | | | OPP table name now should start with "opp-table" and OPP entries shouldn't contain commas and @ signs in accordance to the new schema requirement. Reorganize CPU and EMC OPP table device-tree nodes. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
* ARM: tegra: Pass multiple versions in opp-supported-hw propertyViresh Kumar2020-09-161-512/+0
| | | | | | | | | We can now pass multiple versions in "opp-supported-hw" property, lets do that and simplify the tables a bit. Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Tested-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
* ARM: tegra: Use proper unit-addresses for OPPsThierry Reding2020-06-251-199/+199
| | | | | | | | Use commas rather than underscores to separate the various parts of the unit-address in CPU OPPs to make them properly validate under the json- schema bindings. Signed-off-by: Thierry Reding <treding@nvidia.com>
* ARM: tegra: Add CPU Operating Performance Points for Tegra30Dmitry Osipenko2019-10-291-0/+801
Operating Point are specified per HW version. The OPP voltages are kept in a separate DTSI file because some boards may not define CPU regulator in their device-tree if voltage scaling isn't necessary for them. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>