enclustra-bsp / xilinx-linux

Other
12 stars 15 forks source link

dts: zynq zx common: fix dtc warnings #7

Closed tsat-psv closed 3 years ago

tsat-psv commented 5 years ago

The following warnings are issued before this fix:

devicetree_test.dtb: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
devicetree_test.dtb: Warning (unit_address_vs_reg): /phy0: node has a reg or ranges property, but no unit name
devicetree_test.dtb: Warning (unit_address_vs_reg): /mdio: node has a reg or ranges property, but no unit name
devicetree_test.dtb: Warning (chosen_node_stdout_path): /chosen:linux,stdout-path: Use 'stdout-path' instead

This PR resolves those.

tsat-psv commented 5 years ago

@kgugala, I hope this is gtg now?

tsat-psv commented 3 years ago

Since there has been no activity on this, should it be closed? @kgugala, @tholzsche? I already resolved the comment from @kgugala last year.

tholzsche commented 3 years ago

The fix seems to be "out of date" now. Thanks anyway for your work.