mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
arm64: dts: socfpga: stratix10-swvp: fix dtbs_check warnings swvp
Unevaluated properties are not allowed ('phy-addr' was unexpected)
socfpga_stratix10_swvp.dtb: sysmgr@ffd12000 (altr,sys-mgr-s10):
'interrupts' does not match any of the regexes:
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
06b0f1c336
commit
b8fb4cbe0a
|
|
@ -62,7 +62,6 @@ &osc1 {
|
|||
&gmac0 {
|
||||
status = "okay";
|
||||
phy-mode = "rgmii";
|
||||
phy-addr = <0xffffffff>;
|
||||
};
|
||||
|
||||
&gmac1 {
|
||||
|
|
@ -73,7 +72,6 @@ &gmac1 {
|
|||
&gmac2 {
|
||||
status = "okay";
|
||||
phy-mode = "rgmii";
|
||||
phy-addr = <0xffffffff>;
|
||||
};
|
||||
|
||||
&mmc {
|
||||
|
|
@ -104,5 +102,4 @@ &usb1 {
|
|||
|
||||
&sysmgr {
|
||||
reg = <0xffd12000 0x1000>;
|
||||
interrupts = <0x0 0x10 0x4>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user