mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
t23x: nv-soc: add t234 spi compatible
Controller driver has enabled a new flag called fatal interrupt. This is only supported for t234 so add the compatible in the device tree. Bug 200767420 Change-Id: I702eed40ccb050645a41afdce666f0e669baabe6 Signed-off-by: Vishwaroop A <va@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3223782 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
203070088f
commit
0c0a471654
@@ -152,6 +152,10 @@
|
|||||||
iommus = <&smmu_niso0 TEGRA234_SID_GPCDMA>;
|
iommus = <&smmu_niso0 TEGRA234_SID_GPCDMA>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spi@c260000 {
|
||||||
|
compatible = "nvidia,tegra234-spi", "nvidia,tegra210-spi", "nvidia,tegra114-spi";
|
||||||
|
};
|
||||||
|
|
||||||
pinmux@2430000 {
|
pinmux@2430000 {
|
||||||
pex_rst_c4_in_state: pex_rst_c4_in {
|
pex_rst_c4_in_state: pex_rst_c4_in {
|
||||||
pex_rst {
|
pex_rst {
|
||||||
@@ -224,6 +228,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spi@3210000 {
|
||||||
|
compatible = "nvidia,tegra234-spi", "nvidia,tegra210-spi", "nvidia,tegra114-spi";
|
||||||
|
};
|
||||||
|
|
||||||
|
spi@3230000 {
|
||||||
|
compatible = "nvidia,tegra234-spi", "nvidia,tegra210-spi", "nvidia,tegra114-spi";
|
||||||
|
};
|
||||||
|
|
||||||
tegra_ufs: ufshci@2500000 {
|
tegra_ufs: ufshci@2500000 {
|
||||||
compatible = "tegra234,ufs_variant";
|
compatible = "tegra234,ufs_variant";
|
||||||
reg = <0x0 0x02500000 0x0 0x4000>,
|
reg = <0x0 0x02500000 0x0 0x4000>,
|
||||||
|
|||||||
Reference in New Issue
Block a user