Commit d7fb6468 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Add blank lines for better readability

Add a few blank lines to visually separate blocks in the Jetson AGX Orin
device tree.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 6e752d4a
...@@ -90,6 +90,7 @@ usb2-0 { ...@@ -90,6 +90,7 @@ usb2-0 {
mode = "otg"; mode = "otg";
usb-role-switch; usb-role-switch;
status = "okay"; status = "okay";
port { port {
hs_typec_p1: endpoint { hs_typec_p1: endpoint {
remote-endpoint = <&hs_ucsi_ccg_p1>; remote-endpoint = <&hs_ucsi_ccg_p1>;
...@@ -100,6 +101,7 @@ hs_typec_p1: endpoint { ...@@ -100,6 +101,7 @@ hs_typec_p1: endpoint {
usb2-1 { usb2-1 {
mode = "host"; mode = "host";
status = "okay"; status = "okay";
port { port {
hs_typec_p0: endpoint { hs_typec_p0: endpoint {
remote-endpoint = <&hs_ucsi_ccg_p0>; remote-endpoint = <&hs_ucsi_ccg_p0>;
...@@ -120,6 +122,7 @@ usb2-3 { ...@@ -120,6 +122,7 @@ usb2-3 {
usb3-0 { usb3-0 {
nvidia,usb2-companion = <1>; nvidia,usb2-companion = <1>;
status = "okay"; status = "okay";
port { port {
ss_typec_p0: endpoint { ss_typec_p0: endpoint {
remote-endpoint = <&ss_ucsi_ccg_p0>; remote-endpoint = <&ss_ucsi_ccg_p0>;
...@@ -130,6 +133,7 @@ ss_typec_p0: endpoint { ...@@ -130,6 +133,7 @@ ss_typec_p0: endpoint {
usb3-1 { usb3-1 {
nvidia,usb2-companion = <0>; nvidia,usb2-companion = <0>;
status = "okay"; status = "okay";
port { port {
ss_typec_p1: endpoint { ss_typec_p1: endpoint {
remote-endpoint = <&ss_ucsi_ccg_p1>; remote-endpoint = <&ss_ucsi_ccg_p1>;
...@@ -211,6 +215,7 @@ ports { ...@@ -211,6 +215,7 @@ ports {
port@0 { port@0 {
reg = <0>; reg = <0>;
hs_ucsi_ccg_p0: endpoint { hs_ucsi_ccg_p0: endpoint {
remote-endpoint = <&hs_typec_p0>; remote-endpoint = <&hs_typec_p0>;
}; };
...@@ -218,6 +223,7 @@ hs_ucsi_ccg_p0: endpoint { ...@@ -218,6 +223,7 @@ hs_ucsi_ccg_p0: endpoint {
port@1 { port@1 {
reg = <1>; reg = <1>;
ss_ucsi_ccg_p0: endpoint { ss_ucsi_ccg_p0: endpoint {
remote-endpoint = <&ss_typec_p0>; remote-endpoint = <&ss_typec_p0>;
}; };
...@@ -237,6 +243,7 @@ ports { ...@@ -237,6 +243,7 @@ ports {
port@0 { port@0 {
reg = <0>; reg = <0>;
hs_ucsi_ccg_p1: endpoint { hs_ucsi_ccg_p1: endpoint {
remote-endpoint = <&hs_typec_p1>; remote-endpoint = <&hs_typec_p1>;
}; };
...@@ -244,6 +251,7 @@ hs_ucsi_ccg_p1: endpoint { ...@@ -244,6 +251,7 @@ hs_ucsi_ccg_p1: endpoint {
port@1 { port@1 {
reg = <1>; reg = <1>;
ss_ucsi_ccg_p1: endpoint { ss_ucsi_ccg_p1: endpoint {
remote-endpoint = <&ss_typec_p1>; remote-endpoint = <&ss_typec_p1>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment