mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
refactor(tc): drop the 'mhu-protocol' property in DT binding
As the 'mhu-protocol' property is not used in mhu node, drop it. Change-Id: I2f7320f668451ce44601dfa48bf47103334c39ed Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Signed-off-by: Leo Yan <leo.yan@arm.com>
This commit is contained in:
parent
e6ef3ef0f6
commit
75400dd5de
1 changed files with 0 additions and 2 deletions
|
@ -292,7 +292,6 @@
|
|||
#mbox-cells = <2>;
|
||||
interrupts = <GIC_SPI INT_MBOX_RX IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "mhu_rx";
|
||||
mhu-protocol = "doorbell";
|
||||
arm,mhuv2-protocols = <0 1>;
|
||||
};
|
||||
|
||||
|
@ -303,7 +302,6 @@
|
|||
clock-names = "apb_pclk";
|
||||
#mbox-cells = <2>;
|
||||
interrupt-names = "mhu_tx";
|
||||
mhu-protocol = "doorbell";
|
||||
arm,mhuv2-protocols = <0 1>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue