Skip to content
Snippets Groups Projects
Commit b021e055 authored by Simon Glass's avatar Simon Glass
Browse files

x86: dts: Move PCI peripherals into a pci node


These peripherals should not be at the top level, since they exist inside
the PCI bus. We don't have a full device tree node for pci yet, but we
should at least put it at the right level.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 72cd085a
Branches
Tags
No related merge requests found
...@@ -163,6 +163,7 @@ ...@@ -163,6 +163,7 @@
}; };
}; };
pci {
lpc { lpc {
compatible = "intel,lpc"; compatible = "intel,lpc";
#address-cells = <1>; #address-cells = <1>;
...@@ -172,7 +173,7 @@ ...@@ -172,7 +173,7 @@
compatible = "google,cros-ec"; compatible = "google,cros-ec";
reg = <0x204 1 0x200 1 0x880 0x80>; reg = <0x204 1 0x200 1 0x880 0x80>;
/* This describes the flash memory within the EC */ /* Describes the flash memory within the EC */
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
flash@8000000 { flash@8000000 {
...@@ -181,6 +182,7 @@ ...@@ -181,6 +182,7 @@
}; };
}; };
}; };
};
microcode { microcode {
update@0 { update@0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment