]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Remove comment about gem spec in kv260
authorMichal Simek <michal.simek@amd.com>
Mon, 20 Feb 2023 08:09:04 +0000 (09:09 +0100)
committerMichal Simek <michal.simek@amd.com>
Thu, 9 Mar 2023 12:15:00 +0000 (13:15 +0100)
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
arch/arm/dts/zynqmp-sck-kr-g-revA.dts
arch/arm/dts/zynqmp-sck-kr-g-revB.dts
arch/arm/dts/zynqmp-sck-kv-g-revA.dts
arch/arm/dts/zynqmp-sck-kv-g-revB.dts

index 83c65029c75f56ae057d34e16749b5287bdd025a..c82e1dfac9da4a234d389c8354561d6d05da41f2 100644 (file)
 
 /* gem2/gem3 via PL with phys u79@2 and u80@3 */
 
-&pinctrl0 { /* required by spec */
+&pinctrl0 {
        status = "okay";
 
        pinctrl_uart1_default: uart1-default {
index f41a2f830caf04d362f6bc934c262a1adde354d7..9dd160c7a7c97745f8189df26fdbd45353b4eaed 100644 (file)
 
 /* gem2/gem3 via PL with phys u79@2 and u80@3 */
 
-&pinctrl0 { /* required by spec */
+&pinctrl0 {
        status = "okay";
 
        pinctrl_uart1_default: uart1-default {
index 0be5b29c051274bd3dff5660ec6c7d9cc072e70e..6f5a426065684bd4d84bcd5a15185d77d2bfe322 100644 (file)
        bus-width = <8>;
 };
 
-&gem3 { /* required by spec */
+&gem3 {
        status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_gem3_default>;
        };
 };
 
-&pinctrl0 { /* required by spec */
+&pinctrl0 {
        status = "okay";
 
        pinctrl_uart1_default: uart1-default {
index fca57a6d91eba1c49f75329567d86f24a712e03b..7764adf1295fcae9926f29410cf76fd1cc7c8762 100644 (file)
        bus-width = <8>;
 };
 
-&gem3 { /* required by spec */
+&gem3 {
        status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_gem3_default>;
        };
 };
 
-&pinctrl0 { /* required by spec */
+&pinctrl0 {
        status = "okay";
 
        pinctrl_uart1_default: uart1-default {