drivers: regulator/nxp_vref: Remove nxp_ground_select property
Remove nxp_ground_select property. Delete the use of NXP vref peripheral CSR register REFL_GRL_SEL bit. Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
This commit is contained in:
parent
5dde5416b3
commit
fd736c4f2d
2 changed files with 1 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2023 NXP
|
||||
# Copyright 2023-2024 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: NXP VREF SOC peripheral
|
||||
|
@ -20,12 +20,6 @@ properties:
|
|||
reg:
|
||||
required: true
|
||||
|
||||
nxp,ground-select:
|
||||
type: string
|
||||
enum:
|
||||
- "VREFL3V" # 0
|
||||
- "VSSA" # 1
|
||||
|
||||
nxp,buffer-startup-delay-us:
|
||||
type: int
|
||||
required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue