mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
arm64: tegra: Mark Tegra234 SPI as compatible with Tegra114
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. Bug 4037899 Change-Id: I8391f486ac829b00b7232b4edb30a7eb5896339f Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3035767 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
089ac40a2e
commit
722ad13030
@@ -819,7 +819,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
spi@3210000 {
|
spi@3210000 {
|
||||||
compatible = "nvidia,tegra210-spi";
|
compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
|
||||||
reg = <0x0 0x03210000 0x0 0x1000>;
|
reg = <0x0 0x03210000 0x0 0x1000>;
|
||||||
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
@@ -838,7 +838,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
spi@3230000 {
|
spi@3230000 {
|
||||||
compatible = "nvidia,tegra210-spi";
|
compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
|
||||||
reg = <0x0 0x03230000 0x0 0x1000>;
|
reg = <0x0 0x03230000 0x0 0x1000>;
|
||||||
interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
@@ -1782,7 +1782,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
spi@c260000 {
|
spi@c260000 {
|
||||||
compatible = "nvidia,tegra210-spi";
|
compatible = "nvidia,tegra210-spi", "nvidia,tegra114-spi";
|
||||||
reg = <0x0 0x0c260000 0x0 0x1000>;
|
reg = <0x0 0x0c260000 0x0 0x1000>;
|
||||||
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|||||||
Reference in New Issue
Block a user