Skip to content

Commit 7d259c3

Browse files
Zhiqiang-Houcfriedt
authored andcommitted
dts: arm: imx95: fix unit address and the first reg mismatch warning
Warning: unit address and first address in 'reg' (0x4cce0000) don't match for /soc/netc-blk-ctrl@4cde0000/ethernet/mdio@4cb00000 Signed-off-by: Hou Zhiqiang <[email protected]>
1 parent b8ae573 commit 7d259c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dts/arm/nxp/nxp_imx95_m7.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,9 @@
601601

602602
emdio: mdio@4cb00000 {
603603
compatible = "nxp,imx-netc-emdio";
604-
reg = <0x4cce0000 0x2000>,
605-
<0x4cb00000 0x100000>;
606-
reg-names = "basic", "pfconfig";
604+
reg = <0x4cb00000 0x100000>,
605+
<0x4cce0000 0x2000>;
606+
reg-names = "pfconfig", "basic";
607607
clocks = <&scmi_clk IMX95_CLK_ENET>;
608608
#address-cells = <1>;
609609
#size-cells = <0>;

0 commit comments

Comments
 (0)