Commit c83e93e6 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'uniphier-dt-v4.12' of...

Merge tag 'uniphier-dt-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier into next/dt

Pull "UniPhier ARM SoC DT updates for v4.12" from Masahiro Yamada:

- Remove skeleton.dtsi inclusion
- Fix W=* build warnings
- Fix eMMC pin-mux node
- Add pagesize properties to EEPROM nodes

* tag 'uniphier-dt-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier:
  ARM: dts: uniphier: add pagesize property to EEPROM of proto boards
  ARM: dts: uniphier: add pagesize property to EEPROM of Support Card
  ARM: dts: uniphier: fix pin groups of eMMC pin-mux node
  ARM: dts: uniphier: move memory node below aliases node
  ARM: dts: uniphier: fix no unit name warnings
  ARM: dts: uniphier: remove skeleton.dtsi inclusion
parents af48251c facc7a55
...@@ -52,11 +52,6 @@ / { ...@@ -52,11 +52,6 @@ / {
model = "UniPhier LD4 Reference Board"; model = "UniPhier LD4 Reference Board";
compatible = "socionext,uniphier-ld4-ref", "socionext,uniphier-ld4"; compatible = "socionext,uniphier-ld4-ref", "socionext,uniphier-ld4";
memory {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -71,6 +66,11 @@ aliases { ...@@ -71,6 +66,11 @@ aliases {
i2c2 = &i2c2; i2c2 = &i2c2;
i2c3 = &i2c3; i2c3 = &i2c3;
}; };
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};
}; };
&ethsc { &ethsc {
......
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-ld4"; compatible = "socionext,uniphier-ld4";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -52,11 +52,6 @@ / { ...@@ -52,11 +52,6 @@ / {
model = "UniPhier LD6b Reference Board"; model = "UniPhier LD6b Reference Board";
compatible = "socionext,uniphier-ld6b-ref", "socionext,uniphier-ld6b"; compatible = "socionext,uniphier-ld6b-ref", "socionext,uniphier-ld6b";
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -73,6 +68,11 @@ aliases { ...@@ -73,6 +68,11 @@ aliases {
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
}; };
&ethsc { &ethsc {
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
&pinctrl { &pinctrl {
pinctrl_emmc: emmc_grp { pinctrl_emmc: emmc_grp {
groups = "emmc"; groups = "emmc", "emmc_dat8";
function = "emmc"; function = "emmc";
}; };
......
...@@ -50,11 +50,6 @@ / { ...@@ -50,11 +50,6 @@ / {
model = "UniPhier Pro4 Ace Board"; model = "UniPhier Pro4 Ace Board";
compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4"; compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -70,6 +65,11 @@ aliases { ...@@ -70,6 +65,11 @@ aliases {
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
}; };
&serial0 { &serial0 {
...@@ -90,6 +90,7 @@ &i2c0 { ...@@ -90,6 +90,7 @@ &i2c0 {
eeprom@54 { eeprom@54 {
compatible = "st,24c64"; compatible = "st,24c64";
reg = <0x54>; reg = <0x54>;
pagesize = <32>;
}; };
}; };
......
...@@ -52,11 +52,6 @@ / { ...@@ -52,11 +52,6 @@ / {
model = "UniPhier Pro4 Reference Board"; model = "UniPhier Pro4 Reference Board";
compatible = "socionext,uniphier-pro4-ref", "socionext,uniphier-pro4"; compatible = "socionext,uniphier-pro4-ref", "socionext,uniphier-pro4";
memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -73,6 +68,11 @@ aliases { ...@@ -73,6 +68,11 @@ aliases {
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
}; };
&ethsc { &ethsc {
......
...@@ -50,11 +50,6 @@ / { ...@@ -50,11 +50,6 @@ / {
model = "UniPhier Pro4 Sanji Board"; model = "UniPhier Pro4 Sanji Board";
compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4"; compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -69,6 +64,11 @@ aliases { ...@@ -69,6 +64,11 @@ aliases {
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
}; };
&serial0 { &serial0 {
...@@ -85,6 +85,7 @@ &i2c0 { ...@@ -85,6 +85,7 @@ &i2c0 {
eeprom@54 { eeprom@54 {
compatible = "st,24c64"; compatible = "st,24c64";
reg = <0x54>; reg = <0x54>;
pagesize = <32>;
}; };
}; };
......
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-pro4"; compatible = "socionext,uniphier-pro4";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-pro5"; compatible = "socionext,uniphier-pro5";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -51,11 +51,6 @@ / { ...@@ -51,11 +51,6 @@ / {
compatible = "socionext,uniphier-pxs2-gentil", compatible = "socionext,uniphier-pxs2-gentil",
"socionext,uniphier-pxs2"; "socionext,uniphier-pxs2";
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -70,6 +65,11 @@ aliases { ...@@ -70,6 +65,11 @@ aliases {
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
}; };
&serial2 { &serial2 {
...@@ -82,6 +82,7 @@ &i2c0 { ...@@ -82,6 +82,7 @@ &i2c0 {
eeprom@54 { eeprom@54 {
compatible = "st,24c64"; compatible = "st,24c64";
reg = <0x54>; reg = <0x54>;
pagesize = <32>;
}; };
}; };
......
...@@ -50,11 +50,6 @@ / { ...@@ -50,11 +50,6 @@ / {
model = "UniPhier PXs2 Vodka Board"; model = "UniPhier PXs2 Vodka Board";
compatible = "socionext,uniphier-pxs2-vodka", "socionext,uniphier-pxs2"; compatible = "socionext,uniphier-pxs2-vodka", "socionext,uniphier-pxs2";
memory {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -68,6 +63,11 @@ aliases { ...@@ -68,6 +63,11 @@ aliases {
i2c5 = &i2c5; i2c5 = &i2c5;
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
}; };
&serial2 { &serial2 {
......
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-pxs2"; compatible = "socionext,uniphier-pxs2";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
/* /*
* Device Tree Source for UniPhier Reference Daughter Board * Device Tree Source for UniPhier Reference Daughter Board
* *
* Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com> * Copyright (C) 2015-2017 Socionext Inc.
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* *
* This file is dual-licensed: you can use it either under the terms * This file is dual-licensed: you can use it either under the terms
* of the GPL or the X11 license, at your option. Note that this dual * of the GPL or the X11 license, at your option. Note that this dual
...@@ -46,5 +47,6 @@ &i2c0 { ...@@ -46,5 +47,6 @@ &i2c0 {
eeprom@50 { eeprom@50 {
compatible = "microchip,24lc128"; compatible = "microchip,24lc128";
reg = <0x50>; reg = <0x50>;
pagesize = <64>;
}; };
}; };
...@@ -52,12 +52,6 @@ / { ...@@ -52,12 +52,6 @@ / {
model = "UniPhier sLD3 Reference Board"; model = "UniPhier sLD3 Reference Board";
compatible = "socionext,uniphier-sld3-ref", "socionext,uniphier-sld3"; compatible = "socionext,uniphier-sld3-ref", "socionext,uniphier-sld3";
memory {
device_type = "memory";
reg = <0x80000000 0x20000000
0xc0000000 0x20000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -72,6 +66,12 @@ aliases { ...@@ -72,6 +66,12 @@ aliases {
i2c3 = &i2c3; i2c3 = &i2c3;
i2c4 = &i2c4; i2c4 = &i2c4;
}; };
memory@8000000 {
device_type = "memory";
reg = <0x80000000 0x20000000
0xc0000000 0x20000000>;
};
}; };
&ethsc { &ethsc {
......
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-sld3"; compatible = "socionext,uniphier-sld3";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -52,11 +52,6 @@ / { ...@@ -52,11 +52,6 @@ / {
model = "UniPhier sLD8 Reference Board"; model = "UniPhier sLD8 Reference Board";
compatible = "socionext,uniphier-sld8-ref", "socionext,uniphier-sld8"; compatible = "socionext,uniphier-sld8-ref", "socionext,uniphier-sld8";
memory {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
...@@ -71,6 +66,11 @@ aliases { ...@@ -71,6 +66,11 @@ aliases {
i2c2 = &i2c2; i2c2 = &i2c2;
i2c3 = &i2c3; i2c3 = &i2c3;
}; };
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};
}; };
&ethsc { &ethsc {
......
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "socionext,uniphier-sld8"; compatible = "socionext,uniphier-sld8";
#address-cells = <1>;
#size-cells = <1>;
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
/* /*
* Device Tree Source for UniPhier Support Card (Expansion Board) * Device Tree Source for UniPhier Support Card (Expansion Board)
* *
* Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com> * Copyright (C) 2015-2017 Socionext Inc.
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* *
* This file is dual-licensed: you can use it either under the terms * This file is dual-licensed: you can use it either under the terms
* of the GPL or the X11 license, at your option. Note that this dual * of the GPL or the X11 license, at your option. Note that this dual
...@@ -46,7 +47,7 @@ &system_bus { ...@@ -46,7 +47,7 @@ &system_bus {
status = "okay"; status = "okay";
ranges = <1 0x00000000 0x42000000 0x02000000>; ranges = <1 0x00000000 0x42000000 0x02000000>;
support_card: support_card { support_card: support_card@1,1f00000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment