Negative type and clk_mode settings are not allowed
This commit is contained in:
parent
5abf7dc55e
commit
33aecf91d4
@ -15,8 +15,8 @@
|
|||||||
"power": -1,
|
"power": -1,
|
||||||
"mdc": -1,
|
"mdc": -1,
|
||||||
"mdio": -1,
|
"mdio": -1,
|
||||||
"type": -1,
|
"type": 0,
|
||||||
"clk_mode": -1
|
"clk_mode": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -35,8 +35,8 @@
|
|||||||
"power": -1,
|
"power": -1,
|
||||||
"mdc": -1,
|
"mdc": -1,
|
||||||
"mdio": -1,
|
"mdio": -1,
|
||||||
"type": -1,
|
"type": 0,
|
||||||
"clk_mode": -1
|
"clk_mode": 0
|
||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"type": 2,
|
"type": 2,
|
||||||
@ -125,8 +125,8 @@
|
|||||||
"power": -1,
|
"power": -1,
|
||||||
"mdc": -1,
|
"mdc": -1,
|
||||||
"mdio": -1,
|
"mdio": -1,
|
||||||
"type": -1,
|
"type": 0,
|
||||||
"clk_mode": -1
|
"clk_mode": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user