File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -836,7 +836,8 @@ static const struct dev_pm_ops tegra_bpmp_pm_ops = {
836
836
837
837
#if IS_ENABLED (CONFIG_ARCH_TEGRA_186_SOC ) || \
838
838
IS_ENABLED (CONFIG_ARCH_TEGRA_194_SOC ) || \
839
- IS_ENABLED (CONFIG_ARCH_TEGRA_234_SOC )
839
+ IS_ENABLED (CONFIG_ARCH_TEGRA_234_SOC ) || \
840
+ IS_ENABLED (CONFIG_ARCH_TEGRA_264_SOC )
840
841
static const struct tegra_bpmp_soc tegra186_soc = {
841
842
.channels = {
842
843
.cpu_tx = {
@@ -884,7 +885,8 @@ static const struct tegra_bpmp_soc tegra210_soc = {
884
885
static const struct of_device_id tegra_bpmp_match [] = {
885
886
#if IS_ENABLED (CONFIG_ARCH_TEGRA_186_SOC ) || \
886
887
IS_ENABLED (CONFIG_ARCH_TEGRA_194_SOC ) || \
887
- IS_ENABLED (CONFIG_ARCH_TEGRA_234_SOC )
888
+ IS_ENABLED (CONFIG_ARCH_TEGRA_234_SOC ) || \
889
+ IS_ENABLED (CONFIG_ARCH_TEGRA_264_SOC )
888
890
{ .compatible = "nvidia,tegra186-bpmp" , .data = & tegra186_soc },
889
891
#endif
890
892
#if IS_ENABLED (CONFIG_ARCH_TEGRA_210_SOC )
You can’t perform that action at this time.
0 commit comments