mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
feat(tc): add arm_ffa node in dts
For u-boot to use the device tree itself it needs to know about the arm_ffa module. This is not relevant to linux but it doesn't hurt as it won't use it. Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: I6e75659e4950c62ce7377dc7941225eb5d7a3d8d
This commit is contained in:
parent
bafedcbe4f
commit
4fc4e9c969
1 changed files with 6 additions and 0 deletions
|
@ -755,4 +755,10 @@
|
|||
compatible = "android,trusty-irq-v1";
|
||||
};
|
||||
};
|
||||
|
||||
/* used in U-boot, Linux doesn't care */
|
||||
arm_ffa {
|
||||
compatible = "arm,ffa";
|
||||
method = "smc";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue