Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: lantiq, xrx200-net: Use lower case in hex

Use lower case letters in the addresses of the device tree binding.
In addition replace eth with ethernet and fix the size of the reg
element in the example. The additional range does not contain any
registers but is used for the IP block on the this SoC.

Fixes: 839790e88a3c ("dt-bindings: net: Add lantiq, xrx200-net DT bindings")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Cc: devicetree@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Hauke Mehrtens and committed by
David S. Miller
d52030e6 0a959e45

+2 -2
+2 -2
Documentation/devicetree/bindings/net/lantiq,xrx200-net.txt
··· 11 11 12 12 Example: 13 13 14 - eth0: eth@E10B308 { 14 + ethernet@e10b308 { 15 15 #address-cells = <1>; 16 16 #size-cells = <0>; 17 17 compatible = "lantiq,xrx200-net"; 18 - reg = <0xE10B308 0x30>; 18 + reg = <0xe10b308 0xcf8>; 19 19 interrupts = <73>, <72>; 20 20 interrupt-names = "tx", "rx"; 21 21 };