diff options
author | Furquan Shaikh <furquan@google.com> | 2021-09-20 10:51:45 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2021-09-20 23:08:34 +0000 |
commit | 4aba7395b705725c5e441cce2fd269e734994939 (patch) | |
tree | 1eba10a6466f3295d870015e498e94998107e398 /src/mainboard/google/brya/variants/kano | |
parent | 364aa76b9de5150399a8da3ce46b4f96b94e31ba (diff) |
mb/google/brya: Switch to using device pointers using alias names
This change replaces the device tree walks with device pointers by
adding alias for dptf_policy generic device in the tree.
Change-Id: I8fd5476a9cea84ab8b2678167b3e0504eecacf6c
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57739
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/kano')
-rw-r--r-- | src/mainboard/google/brya/variants/kano/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/kano/overridetree.cb b/src/mainboard/google/brya/variants/kano/overridetree.cb index 5fc0c6b3a6..e6da3bbaf4 100644 --- a/src/mainboard/google/brya/variants/kano/overridetree.cb +++ b/src/mainboard/google/brya/variants/kano/overridetree.cb @@ -100,7 +100,7 @@ chip soc/intel/alderlake register "options.fan.fine_grained_control" = "1" register "options.fan.step_size" = "2" - device generic 0 on end + device generic 0 alias dptf_policy on end end end device ref ipu on |