Commit 82cf5d1f authored by Frank Li's avatar Frank Li Committed by Shawn Guo
Browse files

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: default avatarFrank Li <Frank.Li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6daeee3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ ethernet@f0000 { /* DTSEC9/10GEC1 */
};

&fpga {
	mdio-mux-emi1@54 {
	mdio-mux@54 {
		compatible = "mdio-mux-mmioreg", "mdio-mux";
		mdio-parent-bus = <&mdio0>;
		#address-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ &fpga {
	#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>;
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ boardctrl: board-control@3,0 {
		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 */