summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/phy
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-03-28 10:25:54 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-03-28 10:25:54 +0200
commit4503182db2ec316eec165d2c75ca336ad22a4ff4 (patch)
tree8878f34f637021595c882c5b6d5598c4c622bd4d /dts/Bindings/phy
parent26dc1bf751724540716a4a17a80f7605ebf61b3a (diff)
downloadbarebox-4503182db2ec316eec165d2c75ca336ad22a4ff4.tar.gz
barebox-4503182db2ec316eec165d2c75ca336ad22a4ff4.tar.xz
dts: update to v5.17-rc8
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings/phy')
-rw-r--r--dts/Bindings/phy/ti,tcan104x-can.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/dts/Bindings/phy/ti,tcan104x-can.yaml b/dts/Bindings/phy/ti,tcan104x-can.yaml
index 6107880e52..02b76f15e7 100644
--- a/dts/Bindings/phy/ti,tcan104x-can.yaml
+++ b/dts/Bindings/phy/ti,tcan104x-can.yaml
@@ -37,6 +37,12 @@ properties:
max bit rate supported in bps
minimum: 1
+ mux-states:
+ description:
+ mux controller node to route the signals from controller to
+ transceiver.
+ maxItems: 1
+
required:
- compatible
- '#phy-cells'
@@ -53,4 +59,5 @@ examples:
max-bitrate = <5000000>;
standby-gpios = <&wakeup_gpio1 16 GPIO_ACTIVE_LOW>;
enable-gpios = <&main_gpio1 67 GPIO_ACTIVE_HIGH>;
+ mux-states = <&mux0 1>;
};