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

ARM: dts: Remove '0x's from OMAP2420 H4 DTS file

Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>

authored by

Lee Jones and committed by
Benoit Cousson
f1d6ed21 9448996c

+3 -3
+3 -3
arch/arm/boot/dts/omap2420-h4.dts
··· 50 50 label = "bootloader"; 51 51 reg = <0 0x20000>; 52 52 }; 53 - partition@0x20000 { 53 + partition@20000 { 54 54 label = "params"; 55 55 reg = <0x20000 0x20000>; 56 56 }; 57 - partition@0x40000 { 57 + partition@40000 { 58 58 label = "kernel"; 59 59 reg = <0x40000 0x200000>; 60 60 }; 61 - partition@0x240000 { 61 + partition@240000 { 62 62 label = "file-system"; 63 63 reg = <0x240000 0x3dc0000>; 64 64 };