hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/stih410-b2260.dts
....@@ -1,10 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2016 STMicroelectronics (R&D) Limited.
34 * Author: Patrice Chotard <patrice.chotard@st.com>
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License version 2 as
7
- * published by the Free Software Foundation.
85 */
96 /dts-v1/;
107 #include "stih410.dtsi"
....@@ -61,8 +58,11 @@
6158 compatible = "simple-audio-card";
6259 simple-audio-card,name = "STI-B2260";
6360 status = "okay";
61
+ #address-cells = <1>;
62
+ #size-cells = <0>;
6463
65
- simple-audio-card,dai-link0 {
64
+ simple-audio-card,dai-link@0 {
65
+ reg = <0>;
6666 /* DAC */
6767 format = "i2s";
6868 mclk-fs = <128>;
....@@ -178,9 +178,6 @@
178178 phy-mode = "rgmii";
179179 pinctrl-0 = <&pinctrl_rgmii1 &pinctrl_rgmii1_mdio_1>;
180180
181
- snps,phy-bus-name = "stmmac";
182
- snps,phy-bus-id = <0>;
183
- snps,phy-addr = <0>;
184181 snps,reset-gpio = <&pio0 7 0>;
185182 snps,reset-active-low;
186183 snps,reset-delays-us = <0 10000 1000000>;