lkml.org 
[lkml]   [2019]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v2] ARC: [scripted] fix node name and address spelling
On Thu, Jan 24, 2019 at 6:17 AM Alexey Brodkin
<alexey.brodkin@synopsys.com> wrote:
>
> From: Alexey Brodkin <alexey.brodkin@synopsys.com>
>
> 1. Remove "0x" prefix from unit-address of node names
> ----------------------->8------------------------
> sed -i 's/@0x/@/g' arch/arc/boot/dts/*.dts*
> ----------------------->8------------------------
>
> 2. Make all hex addresses lowercase:
> ----------------------->8------------------------
> sed -i 's/@\([0-9A-Za-z]*\)/@\L\1/g' arch/arc/boot/dts/*.dts*
> sed -i 's/0x\([0-9A-Za-z]*\)/0x\L\1/g' arch/arc/boot/dts/*.dts*
> ----------------------->8------------------------
>
> Inspired by [1] and the like.
>
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/13612017/
>
> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> ---
>
> Changes v1 -> v2:
>
> * Convert all hex addresses to lower-case [Rob]
>
> arch/arc/boot/dts/abilis_tb100.dtsi | 58 ++++++++++++++++----------------
> arch/arc/boot/dts/abilis_tb100_dvk.dts | 14 ++++----
> arch/arc/boot/dts/abilis_tb101.dtsi | 58 ++++++++++++++++----------------
> arch/arc/boot/dts/abilis_tb101_dvk.dts | 14 ++++----
> arch/arc/boot/dts/abilis_tb10x.dtsi | 60 +++++++++++++++++-----------------
> arch/arc/boot/dts/axc001.dtsi | 6 ++--
> arch/arc/boot/dts/axc003.dtsi | 16 ++++-----
> arch/arc/boot/dts/axc003_idu.dtsi | 16 ++++-----
> arch/arc/boot/dts/axs10x_mb.dtsi | 22 ++++++-------
> arch/arc/boot/dts/hsdk.dts | 4 +--
> arch/arc/boot/dts/vdk_axc003.dtsi | 4 +--
> arch/arc/boot/dts/vdk_axc003_idu.dtsi | 4 +--
> arch/arc/boot/dts/vdk_axs10x_mb.dtsi | 18 +++++-----
> 13 files changed, 147 insertions(+), 147 deletions(-)

Reviewed-by: Rob Herring <robh@kernel.org>

\
 
 \ /
  Last update: 2019-01-24 17:29    [W:0.071 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site