diff options
| author | Simon Glass <[email protected]> | 2023-02-13 08:56:35 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2023-02-14 09:43:27 -0700 |
| commit | c8ef3eed61796293b744d33739fe4f601af40a17 (patch) | |
| tree | b123d596575076c5444a23134a57ffee2cdbda5e /doc/device-tree-bindings/pinctrl | |
| parent | e316fbabbf1fe505162e35044c7924cbca0d73fd (diff) | |
dm: doc: Update device tree binding docs for new schema
Now that Linux has accepted these tags, move U-Boot over to use them.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/device-tree-bindings/pinctrl')
| -rw-r--r-- | doc/device-tree-bindings/pinctrl/nexell,s5pxx18-pinctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree-bindings/pinctrl/nexell,s5pxx18-pinctrl.txt b/doc/device-tree-bindings/pinctrl/nexell,s5pxx18-pinctrl.txt index 115ab53a4cd..38e322db81c 100644 --- a/doc/device-tree-bindings/pinctrl/nexell,s5pxx18-pinctrl.txt +++ b/doc/device-tree-bindings/pinctrl/nexell,s5pxx18-pinctrl.txt @@ -20,7 +20,7 @@ Example: pinctrl_0: pinctrl@c0010000 { compatible = "nexell,s5pxx18-pinctrl"; reg = <0xc0010000 0xf000>; - u-boot,dm-pre-reloc; + bootph-all; }; Nexell's pin configuration nodes act as a container for an arbitrary number of |
