mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 16:53:20 -04:00
dt-bindings: fix typos and brackets
Add missing '(', ')', '}'
Remove needless '(', ')', '{', '}'
'lover voltage' -> 'lower voltage'
Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
Link: https://patch.msgid.link/20260722101246.3113818-2-manuelebnerli@mailbox.org
[robh: drop .txt binding changes]
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
This commit is contained in:
committed by
Rob Herring (Arm)
parent
cf4c21aa3b
commit
87ddd28414
@@ -314,7 +314,7 @@ properties:
|
||||
- const: google,steelix-sku196608
|
||||
- const: google,steelix
|
||||
- const: mediatek,mt8186
|
||||
- description: Google Squirtle (Acer Chromebook Spin 311 (R724T)
|
||||
- description: Google Squirtle (Acer Chromebook Spin 311 (R724T))
|
||||
items:
|
||||
- const: google,squirtle
|
||||
- const: mediatek,mt8186
|
||||
|
||||
@@ -9,7 +9,7 @@ title: Trace, Profiling and Diagnostics Monitor - TPDM
|
||||
|
||||
description: |
|
||||
The TPDM or Monitor serves as data collection component for various dataset
|
||||
types specified in the QPMDA spec. It covers Implementation defined ((ImplDef),
|
||||
types specified in the QPMDA spec. It covers Implementation defined (ImplDef),
|
||||
Basic Counts (BC), Tenure Counts (TC), Continuous Multi-Bit (CMB), and Discrete
|
||||
Single Bit (DSB). It performs data collection in the data producing clock
|
||||
domain and transfers it to the data collection time domain, generally ATB
|
||||
|
||||
@@ -13,8 +13,8 @@ description: |
|
||||
If you connect an external clock to the USB_EXTAL pin only, you should set
|
||||
the clock rate to "usb_extal" node only.
|
||||
If you connect an oscillator to both the USB_XTAL and USB_EXTAL, this module
|
||||
is not needed because this is default setting. (Of course, you can set the
|
||||
clock rates to both "usb_extal" and "usb_xtal" nodes.
|
||||
is not needed because this is default setting (Of course, you can set the
|
||||
clock rates to both "usb_extal" and "usb_xtal" nodes).
|
||||
|
||||
Case 1: An external clock connects to R-Car SoC
|
||||
+----------+ +--- R-Car ---------------------+
|
||||
|
||||
@@ -13,7 +13,7 @@ description: |
|
||||
Renesas SoCs contain one or more memory controllers. These memory
|
||||
controllers differ from one SoC variant to another, and are called by
|
||||
different names, e.g. "DDR Bus Controller (DBSC)", "DDR3 Bus State Controller
|
||||
(DBSC3)", or "SDRAM Bus State Controller (SBSC)").
|
||||
(DBSC3)", or "SDRAM Bus State Controller (SBSC)".
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
|
||||
@@ -145,7 +145,7 @@ allOf:
|
||||
then:
|
||||
patternProperties:
|
||||
# Old regulator node name scheme (with prefix and underscores) only
|
||||
# ([^y-] is used to avoid matching -supply
|
||||
# ([^y-]) is used to avoid matching -supply
|
||||
"^(?<!buck_)(?<!ldo_)v.*[^y-](?!-supply)$": false
|
||||
"^ldo_vsram-": false
|
||||
# vsram_core regulator doesn't exist on MT6358
|
||||
|
||||
@@ -108,8 +108,8 @@ patternProperties:
|
||||
# Setups where regulator (especially the buck8) output voltage is scaled
|
||||
# by adding external connection where some other regulator output is
|
||||
# connected to feedback-pin (over suitable resistors) is getting popular
|
||||
# amongst users of BD71837. (This allows for example scaling down the
|
||||
# buck8 voltages to suit lover GPU voltages for projects where buck8 is
|
||||
# amongst users of BD71837. This allows for example scaling down the
|
||||
# buck8 voltages to suit lower GPU voltages for projects where buck8 is
|
||||
# (ab)used to supply power for GPU.
|
||||
#
|
||||
# So we allow describing this external connection from DT and scale the
|
||||
|
||||
@@ -103,8 +103,8 @@ patternProperties:
|
||||
# Setups where regulator (especially the buck8) output voltage is scaled
|
||||
# by adding external connection where some other regulator output is
|
||||
# connected to feedback-pin (over suitable resistors) is getting popular
|
||||
# amongst users of BD71837. (This allows for example scaling down the
|
||||
# buck8 voltages to suit lover GPU voltages for projects where buck8 is
|
||||
# amongst users of BD71837. This allows for example scaling down the
|
||||
# buck8 voltages to suit lower GPU voltages for projects where buck8 is
|
||||
# (ab)used to supply power for GPU.
|
||||
#
|
||||
# So we allow describing this external connection from DT and scale the
|
||||
|
||||
Reference in New Issue
Block a user