diff options
author | Biju Das <biju.das@bp.renesas.com> | 2018-12-10 12:07:03 +0000 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-01-07 13:21:31 +0100 |
commit | aeefe7394ca9a77b264963beaba01b4e85a9142c (patch) | |
tree | 2039c0a507b9398714388fc3156cc19c5c455cfa | |
parent | 072b817589b17660ef19c31d89f7b981dbed3fd2 (diff) | |
download | blackbird-op-linux-aeefe7394ca9a77b264963beaba01b4e85a9142c.tar.gz blackbird-op-linux-aeefe7394ca9a77b264963beaba01b4e85a9142c.zip |
ARM: dts: r8a7743: Remove aliases from SoC dtsi
This patch removes aliases from SoC dtsi tree. Device aliases are
board-specific, if needed define it in board dts rather than SoC
dtsi.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7743.dtsi | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/boot/dts/r8a7743.dtsi b/arch/arm/boot/dts/r8a7743.dtsi index 169fddc33229..19e96e2e2e55 100644 --- a/arch/arm/boot/dts/r8a7743.dtsi +++ b/arch/arm/boot/dts/r8a7743.dtsi @@ -15,25 +15,6 @@ #address-cells = <2>; #size-cells = <2>; - aliases { - i2c0 = &i2c0; - i2c1 = &i2c1; - i2c2 = &i2c2; - i2c3 = &i2c3; - i2c4 = &i2c4; - i2c5 = &i2c5; - i2c6 = &iic0; - i2c7 = &iic1; - i2c8 = &iic3; - spi0 = &qspi; - spi1 = &msiof0; - spi2 = &msiof1; - spi3 = &msiof2; - vin0 = &vin0; - vin1 = &vin1; - vin2 = &vin2; - }; - /* * The external audio clocks are configured as 0 Hz fixed frequency * clocks by default. |