MIPS: dts: Fix a typo in the node unit name
authorMathieu Malaterre <[email protected]>
Wed, 24 Jan 2018 11:42:08 +0000 (12:42 +0100)
committerJames Hogan <[email protected]>
Mon, 19 Feb 2018 10:55:37 +0000 (10:55 +0000)
The unit name was 8c00000 but since the reg property is declared as:

  reg = <0x0 0x4c00000 0x1 0xfb400000>;

the unit name should have been instead 4c00000.

Tested on MIPS Creator CI20 (v1):

$ cat /sys/firmware/devicetree/.../partitions/partition@4c00000/label;echo
system

Reported-by: James Hogan <[email protected]>
Signed-off-by: Mathieu Malaterre <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Paul Burton <[email protected]>
Cc: Paul Cercueil <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/18529/
Signed-off-by: James Hogan <[email protected]>
arch/mips/boot/dts/ingenic/ci20.dts

index 7d5e49e40b0d58c0b4c74c6c434919d0e8900c71..38078594cf97ed5d7d6c99b8a2a09290aec2aba3 100644 (file)
                                        reg = <0x0 0xc00000 0x0 0x4000000>;
                                };
 
-                               partition@8c00000 {
+                               partition@4c00000 {
                                        label = "system";
                                        reg = <0x0 0x4c00000 0x1 0xfb400000>;
                                };