mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-05 10:45:23 -04: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:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user