Skip to content

Commit

Permalink
powerpc: Include e500v1_power_isa.dtsi for remaining e500v1 platforms
Browse files Browse the repository at this point in the history
There are still some board device tree files without Power ISA properties
which have Freescale e500v1 cores, namely those which are based on
Freescale mpc8540, mpc8541, mpc8555 and mpc8560 processors.

So include newly introduced e500v1_power_isa.dtsi file in devices tree
files with those processors.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220902212103.22534-2-pali@kernel.org
  • Loading branch information
pali authored and mpe committed Sep 28, 2022
1 parent 37b9345 commit c102432
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/ksi8560.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

/dts-v1/;

/include/ "fsl/e500v1_power_isa.dtsi"

/ {
model = "KSI8560";
compatible = "emerson,KSI8560";
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/stx_gp3_8560.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

/dts-v1/;

/include/ "fsl/e500v1_power_isa.dtsi"

/ {
model = "stx,gp3";
compatible = "stx,gp3-8560", "stx,gp3";
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/stxssa8555.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

/dts-v1/;

/include/ "fsl/e500v1_power_isa.dtsi"

/ {
model = "stx,gp3";
compatible = "stx,gp3-8560", "stx,gp3";
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/tqm8540.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

/dts-v1/;

/include/ "fsl/e500v1_power_isa.dtsi"

/ {
model = "tqc,tqm8540";
compatible = "tqc,tqm8540";
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/tqm8541.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

/dts-v1/;

/include/ "fsl/e500v1_power_isa.dtsi"

/ {
model = "tqc,tqm8541";
compatible = "tqc,tqm8541";
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/tqm8555.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

/dts-v1/;

/include/ "fsl/e500v1_power_isa.dtsi"

/ {
model = "tqc,tqm8555";
compatible = "tqc,tqm8555";
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/tqm8560.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/dts-v1/;

/include/ "fsl/e500v1_power_isa.dtsi"

/ {
model = "tqc,tqm8560";
compatible = "tqc,tqm8560";
Expand Down

0 comments on commit c102432

Please sign in to comment.