mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
Revert "tegra: clk: bpmp: add missing bpmp-abi.h definitions"
This reverts commit 071c49bf11.
Reason for revert: jammy-src tree includes needed BPMP commits
bug 3856746
Change-Id: Idc3d000faf0191954d7a2d0361d6771543b2c40a
Signed-off-by: Bitan Biswas <bbiswas@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2862025
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Abhilash G <abhilashg@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Tested-by: Abhilash G <abhilashg@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
5e3551960b
commit
2a4c0e02e1
@@ -17,14 +17,6 @@
|
|||||||
#define TEGRA_BPMP_CLK_HAS_SET_RATE BIT(1)
|
#define TEGRA_BPMP_CLK_HAS_SET_RATE BIT(1)
|
||||||
#define TEGRA_BPMP_CLK_IS_ROOT BIT(2)
|
#define TEGRA_BPMP_CLK_IS_ROOT BIT(2)
|
||||||
|
|
||||||
/* adding definitions missing in bpmp-abi.h of older kernels: */
|
|
||||||
#ifndef BPMP_CLK_RATE_PARENT_CHANGE_DENIED
|
|
||||||
#define BPMP_CLK_RATE_PARENT_CHANGE_DENIED (1U << 30)
|
|
||||||
#endif
|
|
||||||
#ifndef BPMP_CLK_STATE_CHANGE_DENIED
|
|
||||||
#define BPMP_CLK_STATE_CHANGE_DENIED (1U << 31)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct tegra_bpmp_clk_info {
|
struct tegra_bpmp_clk_info {
|
||||||
unsigned int id;
|
unsigned int id;
|
||||||
char name[MRQ_CLK_NAME_MAXLEN];
|
char name[MRQ_CLK_NAME_MAXLEN];
|
||||||
|
|||||||
Reference in New Issue
Block a user