]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: tegra: Add a few blank lines for better readability
authorThierry Reding <treding@nvidia.com>
Fri, 9 Jun 2023 10:55:43 +0000 (12:55 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 9 Jun 2023 15:44:26 +0000 (17:44 +0200)
Surround device tree nodes with blank lines for increased readability.

Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts

index e499010fc673b05771c32dd5851aee497cb21956..5f3d6dcf10a2bc9a27a01ff4587a18934b0b8e77 100644 (file)
 
                i2c@c240000 {
                        status = "okay";
+
                        typec@8 {
                                compatible = "cypress,cypd4226";
                                reg = <0x08>;
                                interrupts = <TEGRA234_MAIN_GPIO(Y, 4) IRQ_TYPE_LEVEL_LOW>;
                                firmware-name = "nvidia,jetson-agx-xavier";
                                status = "okay";
+
                                #address-cells = <1>;
                                #size-cells = <0>;
+
                                ccg_typec_con0: connector@0 {
                                        compatible = "usb-c-connector";
                                        reg = <0>;
                                        label = "USB-C";
                                        data-role = "host";
+
                                        ports {
                                                #address-cells = <1>;
                                                #size-cells = <0>;
+
                                                port@0 {
                                                        reg = <0>;
                                                        hs_ucsi_ccg_p0: endpoint {
                                                                remote-endpoint = <&hs_typec_p0>;
                                                        };
                                                };
+
                                                port@1 {
                                                        reg = <1>;
                                                        ss_ucsi_ccg_p0: endpoint {
                                                };
                                        };
                                };
+
                                ccg_typec_con1: connector@1 {
                                        compatible = "usb-c-connector";
                                        reg = <1>;
                                        label = "USB-C";
                                        data-role = "dual";
+
                                        ports {
                                                #address-cells = <1>;
                                                #size-cells = <0>;
+
                                                port@0 {
                                                        reg = <0>;
                                                        hs_ucsi_ccg_p1: endpoint {
                                                                remote-endpoint = <&hs_typec_p1>;
                                                        };
                                                };
+
                                                port@1 {
                                                        reg = <1>;
                                                        ss_ucsi_ccg_p1: endpoint {