mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +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
Bug 4707773
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
(cherry picked from commit 722ad13030)
Signed-off-by: Vedant Deshpande <vedantd@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3172823
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
941cde9d73
commit
16cc3a21f8
@@ -2897,7 +2897,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>;
|
||||||
@@ -2916,7 +2916,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>;
|
||||||
@@ -3899,7 +3899,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