Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / net / can / sun4i_can.txt
index 84ed1909df763b261a82587d53d0a818f8ade948..f69845e6feaf4e2ab23a63be8ff67c7796756fd0 100644 (file)
@@ -19,7 +19,7 @@ SoC common .dtsi file:
                allwinner,pull = <0>;
        };
 ...
-       can0: can@01c2bc00 {
+       can0: can@1c2bc00 {
                compatible = "allwinner,sun4i-a10-can";
                reg = <0x01c2bc00 0x400>;
                interrupts = <0 26 4>;
@@ -29,7 +29,7 @@ SoC common .dtsi file:
 
 Board specific .dts file:
 
-       can0: can@01c2bc00 {
+       can0: can@1c2bc00 {
                pinctrl-names = "default";
                pinctrl-0 = <&can0_pins_a>;
                status = "okay";