Skip to content

Commit 77309fe

Browse files
kylebonnicinashif
authored andcommitted
devicetree: format files in dts/x86/intel
Applying dts-linter results for files in dts/x86/intel Signed-off-by: Kyle Micallef Bonnici <[email protected]>
1 parent eb4bdab commit 77309fe

File tree

10 files changed

+269
-286
lines changed

10 files changed

+269
-286
lines changed

dts/x86/intel/alder_lake.dtsi

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,22 @@
2929
d-cache-line-size = <64>;
3030
reg = <1>;
3131
};
32-
3332
};
3433

3534
dram0: memory@0 {
3635
device_type = "memory";
3736
reg = <0x0 DT_DRAM_SIZE>;
3837
};
3938

40-
intc: ioapic@fec00000 {
39+
intc: ioapic@fec00000 {
4140
compatible = "intel,ioapic";
4241
#address-cells = <1>;
4342
#interrupt-cells = <3>;
4443
reg = <0xfec00000 0x1000>;
4544
interrupt-controller;
4645
};
4746

48-
intc_loapic: loapic@fee00000 {
47+
intc_loapic: loapic@fee00000 {
4948
compatible = "intel,loapic";
5049
reg = <0xfee00000 0x1000>;
5150
interrupt-controller;
@@ -366,8 +365,8 @@
366365
ethernet0: ethernet0 {
367366
compatible = "intel,eth-plat";
368367
interrupt-parent = <&intc>;
369-
vendor-id = <0x8086>;
370-
device-id = <0x125b>;
368+
vendor-id = <0x8086>;
369+
device-id = <0x125b>;
371370

372371
igc0: igc0 {
373372
compatible = "intel,igc-mac";

0 commit comments

Comments
 (0)