]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: layerscape: rename mdio-mux-emi to mdio-mux@<addr>
authorFrank Li <Frank.Li@nxp.com>
Mon, 19 Aug 2024 17:01:14 +0000 (13:01 -0400)
committerShawn Guo <shawnguo@kernel.org>
Wed, 4 Sep 2024 09:36:21 +0000 (17:36 +0800)
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>
arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts
arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi

index 11b1356e95d5bf2888593ed903907aa719426e68..e850551b16acb53589212e8a7be2ec81493d6b78 100644 (file)
 };
 
 &fpga {
-       mdio-mux-emi1@54 {
+       mdio-mux@54 {
                compatible = "mdio-mux-mmioreg", "mdio-mux";
                mdio-parent-bus = <&mdio0>;
                #address-cells = <1>;
index e5296e51f656fef17c441052b8159c44e01ce6df..a1d9102ff32be97b0e3599545764a6cb36b0b997 100644 (file)
        #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>;
index 9178cd61c78691b6553e2a99ee65e56ee6baa745..556d8c5f3180a954f607e8cfa5a663dad037ca9f 100644 (file)
@@ -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 */