Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: rename transmit-amplitude.yaml to phy-common-props.yaml

I would like to add more properties similar to tx-p2p-microvolt, and I
don't think it makes sense to create one schema for each such property
(transmit-amplitude.yaml, lane-polarity.yaml, transmit-equalization.yaml
etc).

Instead, let's rename to phy-common-props.yaml, which makes it a more
adequate host schema for all the above properties.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20260111093940.975359-2-vladimir.oltean@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Vladimir Oltean and committed by
Vinod Koul
b7b4dcd9 8f0b4cce

+4 -4
+4 -4
Documentation/devicetree/bindings/phy/transmit-amplitude.yaml Documentation/devicetree/bindings/phy/phy-common-props.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/phy/transmit-amplitude.yaml# 4 + $id: http://devicetree.org/schemas/phy/phy-common-props.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Common PHY and network PCS transmit amplitude property 7 + title: Common PHY and network PCS properties 8 8 9 9 description: 10 - Binding describing the peak-to-peak transmit amplitude for common PHYs 11 - and network PCSes. 10 + Common PHY and network PCS properties, such as peak-to-peak transmit 11 + amplitude. 12 12 13 13 maintainers: 14 14 - Marek Behún <kabel@kernel.org>