mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 18:46:47 +07:00
ARM: dts: imx51-ts4800: Fix 'port@0' node with unit name and no reg property
The following build warning is seen with W=1: Warning (unit_address_vs_reg): Node /display-di0/port@0 has a unit name, but no reg property Fix this warning by removing '@' from such node. Signed-off-by: Marco Franchi <marco.franchi@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
901765a2c3
commit
6ab9123e94
@ -71,7 +71,7 @@ display-timings {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
port@0 {
|
port {
|
||||||
display0_in: endpoint {
|
display0_in: endpoint {
|
||||||
remote-endpoint = <&ipu_di0_disp1>;
|
remote-endpoint = <&ipu_di0_disp1>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user