arm64: zynqmp: Remove comment about gem spec in kv260

The latest SOM specification doesn't enforce certain MIO lines allocated
for ethernet or ethernet controller itself. That's why remove comment about
it which is likely there from early version of specification.
Also removed the same comment from pinctrl node. It is clear that it has to
be defined for different carrier cards.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/9406377bf2c391ac0200670511bd6b0edb097c96.1676880543.git.michal.simek@amd.com
This commit is contained in:
Michal Simek
2023-02-20 09:09:04 +01:00
parent 5544a5c7c5
commit dd0ebfe8a4
4 changed files with 6 additions and 6 deletions

View File

@@ -229,7 +229,7 @@
/* gem2/gem3 via PL with phys u79@2 and u80@3 */
&pinctrl0 { /* required by spec */
&pinctrl0 {
status = "okay";
pinctrl_uart1_default: uart1-default {

View File

@@ -229,7 +229,7 @@
/* gem2/gem3 via PL with phys u79@2 and u80@3 */
&pinctrl0 { /* required by spec */
&pinctrl0 {
status = "okay";
pinctrl_uart1_default: uart1-default {

View File

@@ -159,7 +159,7 @@
bus-width = <8>;
};
&gem3 { /* required by spec */
&gem3 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_gem3_default>;
@@ -185,7 +185,7 @@
};
};
&pinctrl0 { /* required by spec */
&pinctrl0 {
status = "okay";
pinctrl_uart1_default: uart1-default {

View File

@@ -146,7 +146,7 @@
bus-width = <8>;
};
&gem3 { /* required by spec */
&gem3 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_gem3_default>;
@@ -172,7 +172,7 @@
};
};
&pinctrl0 { /* required by spec */
&pinctrl0 {
status = "okay";
pinctrl_uart1_default: uart1-default {