提交 8fcb4401 编写于 作者: O Olof Johansson

Merge tag 'imx-dt64-4.18' of...

Merge tag 'imx-dt64-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt

Freescale arm64 device tree update for 4.18:
 - Add unit address for ls208xa-rdb SPI flash node matching 'reg'
   property to fix DTC warning unit_address_vs_reg.
 - Use hypen instead of underscore in aliases name for fsl-ls1012a to
   fix DTC warning alias_paths.

* tag 'imx-dt64-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
  arm64: dts: fsl-ls1012a: Fix DTC aliases warnings
  arm64: dts: ls208xa-rdb: Pass unit name to SPI flash node
Signed-off-by: NOlof Johansson <olof@lixom.net>
......@@ -53,11 +53,11 @@
aliases {
crypto = &crypto;
rtic_a = &rtic_a;
rtic_b = &rtic_b;
rtic_c = &rtic_c;
rtic_d = &rtic_d;
sec_mon = &sec_mon;
rtic-a = &rtic_a;
rtic-b = &rtic_b;
rtic-c = &rtic_c;
rtic-d = &rtic_d;
sec-mon = &sec_mon;
};
cpus {
......
......@@ -134,7 +134,7 @@
&dspi {
status = "okay";
dflash0: n25q512a {
dflash0: n25q512a@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p80";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册