Skip to content

Commit

Permalink
arm64: tegra: Mark Tegra234 SPI as compatible with Tegra114
Browse files Browse the repository at this point in the history
According to the bindings, both Tegra210 and Tegra114 compatible strings
need to be specified since the version of this hardware block found in
Tegra210 is backwards-compatible.

Signed-off-by: Thierry Reding <[email protected]>
  • Loading branch information
thierryreding committed Oct 10, 2023
1 parent ea314b0 commit 5023dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/nvidia/tegra234.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
};

spi@3210000 {
compatible = "nvidia,tegra210-spi";
compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
reg = <0x0 0x03210000 0x0 0x1000>;
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>;
Expand All @@ -840,7 +840,7 @@
};

spi@3230000 {
compatible = "nvidia,tegra210-spi";
compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
reg = <0x0 0x03230000 0x0 0x1000>;
interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>;
Expand Down Expand Up @@ -1784,7 +1784,7 @@
};

spi@c260000 {
compatible = "nvidia,tegra210-spi";
compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
reg = <0x0 0x0c260000 0x0 0x1000>;
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>;
Expand Down

0 comments on commit 5023dfa

Please sign in to comment.