diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-04-06 05:00:50 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-04-13 12:14:52 +0300 |
commit | 06e520c4f067e7284fded10656acca924123c58e (patch) | |
tree | 3c3f20401e1fd5a5f9e4373066adaef1cd71dd01 /arch/arm/boot/dts/s5pv210-smdkv210.dts | |
parent | 4185c53f0127229079303c194fe6a668fc337c8f (diff) | |
download | linux-06e520c4f067e7284fded10656acca924123c58e.tar.xz |
ARM: dts: s5p: Fix DTC unit name warnings in SMDKv210 board
Fix following DTC warnings in SMDKv210 board:
Warning (unit_address_vs_reg): Node /soc/fimd@f8000000/display-timings/timing@0 has a unit name, but no reg property
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/s5pv210-smdkv210.dts')
-rw-r--r-- | arch/arm/boot/dts/s5pv210-smdkv210.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/s5pv210-smdkv210.dts b/arch/arm/boot/dts/s5pv210-smdkv210.dts index 54fcc3fc82e2..9eb6aff3e38f 100644 --- a/arch/arm/boot/dts/s5pv210-smdkv210.dts +++ b/arch/arm/boot/dts/s5pv210-smdkv210.dts @@ -197,7 +197,7 @@ display-timings { native-mode = <&timing0>; - timing0: timing@0 { + timing0: timing { /* 800x480@60Hz */ clock-frequency = <24373920>; hactive = <800>; |