mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 18:27:36 +00:00
arm64: dts: layerscape: rename mdio-mux-emi to mdio-mux@<addr>
Rename node name mdio-mux-emi<n>@<addr> to mdio-mux@<addr>. Fix below warning: arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dtb: board-control@2,0: 'mdio-mux-emi1@54' does not match any of the regexes: '^mdio-mux@[a-f0-9,]+$', 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/board/fsl,fpga-qixis.yaml Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
};
|
||||
|
||||
&fpga {
|
||||
mdio-mux-emi1@54 {
|
||||
mdio-mux@54 {
|
||||
compatible = "mdio-mux-mmioreg", "mdio-mux";
|
||||
mdio-parent-bus = <&mdio0>;
|
||||
#address-cells = <1>;
|
||||
|
||||
@@ -237,7 +237,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
mdio-mux-emi1 {
|
||||
mdio-mux@54 {
|
||||
compatible = "mdio-mux-mmioreg", "mdio-mux";
|
||||
mdio-parent-bus = <&mdio0>;
|
||||
#address-cells = <1>;
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
reg = <3 0 0x1000>;
|
||||
ranges = <0 3 0 0x1000>;
|
||||
|
||||
mdio-mux-emi1@54 {
|
||||
mdio-mux@54 {
|
||||
compatible = "mdio-mux-mmioreg", "mdio-mux";
|
||||
mdio-parent-bus = <&emdio1>;
|
||||
reg = <0x54 1>; /* BRDCFG4 */
|
||||
|
||||
Reference in New Issue
Block a user