mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
arm64: dts: fvp: Align virtio device node names with dtschema
Align the virtio mmio device tree node names with the schema to avoid any schema warnings. Link: https://lore.kernel.org/r/20220425135524.1077986-1-sudeep.holla@arm.com Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
5393158f00
commit
d7030edf32
|
|
@ -220,7 +220,7 @@ v2m_serial3: serial@c0000 {
|
|||
clock-names = "uartclk", "apb_pclk";
|
||||
};
|
||||
|
||||
virtio-block@130000 {
|
||||
virtio@130000 {
|
||||
compatible = "virtio,mmio";
|
||||
reg = <0x130000 0x200>;
|
||||
interrupts = <42>;
|
||||
|
|
|
|||
|
|
@ -10,19 +10,19 @@ motherboard-bus@8000000 {
|
|||
arm,v2m-memory-map = "rs2";
|
||||
|
||||
iofpga-bus@300000000 {
|
||||
virtio-p9@140000 {
|
||||
virtio@140000 {
|
||||
compatible = "virtio,mmio";
|
||||
reg = <0x140000 0x200>;
|
||||
interrupts = <43>;
|
||||
};
|
||||
|
||||
virtio-net@150000 {
|
||||
virtio@150000 {
|
||||
compatible = "virtio,mmio";
|
||||
reg = <0x150000 0x200>;
|
||||
interrupts = <44>;
|
||||
};
|
||||
|
||||
virtio-rng@200000 {
|
||||
virtio@200000 {
|
||||
compatible = "virtio,mmio";
|
||||
reg = <0x200000 0x200>;
|
||||
interrupts = <46>;
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ v2m_timer23: timer@120000 {
|
|||
clock-names = "timclken1", "timclken2", "apb_pclk";
|
||||
};
|
||||
|
||||
virtio-block@130000 {
|
||||
virtio@130000 {
|
||||
compatible = "virtio,mmio";
|
||||
reg = <0x130000 0x200>;
|
||||
interrupts = <42>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user