Commit 4bc529e1 authored by Suravee Suthikulpanit's avatar Suravee Suthikulpanit Committed by Olof Johansson

dtb: amd: Fix typo in SPI device nodes

Remove invalid entry in the SPI device nodes.
Signed-off-by: default avatarSuravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent c91cb912
...@@ -91,7 +91,6 @@ serial0: serial@e1010000 { ...@@ -91,7 +91,6 @@ serial0: serial@e1010000 {
spi0: ssp@e1020000 { spi0: ssp@e1020000 {
status = "disabled"; status = "disabled";
compatible = "arm,pl022", "arm,primecell"; compatible = "arm,pl022", "arm,primecell";
#gpio-cells = <2>;
reg = <0 0xe1020000 0 0x1000>; reg = <0 0xe1020000 0 0x1000>;
spi-controller; spi-controller;
interrupts = <0 330 4>; interrupts = <0 330 4>;
...@@ -102,7 +101,6 @@ spi0: ssp@e1020000 { ...@@ -102,7 +101,6 @@ spi0: ssp@e1020000 {
spi1: ssp@e1030000 { spi1: ssp@e1030000 {
status = "disabled"; status = "disabled";
compatible = "arm,pl022", "arm,primecell"; compatible = "arm,pl022", "arm,primecell";
#gpio-cells = <2>;
reg = <0 0xe1030000 0 0x1000>; reg = <0 0xe1030000 0 0x1000>;
spi-controller; spi-controller;
interrupts = <0 329 4>; interrupts = <0 329 4>;
......
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