]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: xilinx: Fix DT coding style violations
authorMichal Simek <michal.simek@amd.com>
Wed, 7 Jan 2026 12:12:49 +0000 (13:12 +0100)
committerMichal Simek <michal.simek@amd.com>
Mon, 12 Jan 2026 09:34:00 +0000 (10:34 +0100)
All these violations have been found by https://github.com/kylebonnici/dts-linter
but not all of them are taken. Adding newlines or long lines changes are
not taken.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/f1811d2e9303bb63ddfa809cbebf2a7fa52afa0d.1767787961.git.michal.simek@amd.com
26 files changed:
arch/arm/dts/zynqmp-dlc21-revA.dts
arch/arm/dts/zynqmp-e-a2197-00-revA.dts
arch/arm/dts/zynqmp-g-a2197-00-revA.dts
arch/arm/dts/zynqmp-m-a2197-01-revA.dts
arch/arm/dts/zynqmp-m-a2197-02-revA.dts
arch/arm/dts/zynqmp-m-a2197-03-revA.dts
arch/arm/dts/zynqmp-p-a2197-00-revA.dts
arch/arm/dts/zynqmp-sc-revB.dts
arch/arm/dts/zynqmp-vpk120-revA.dts
arch/arm/dts/zynqmp-zc1232-revA.dts
arch/arm/dts/zynqmp-zc1254-revA.dts
arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts
arch/arm/dts/zynqmp-zc1751-xm017-dc3.dts
arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
arch/arm/dts/zynqmp-zcu102-revA.dts
arch/arm/dts/zynqmp-zcu104-revA.dts
arch/arm/dts/zynqmp-zcu104-revC.dts
arch/arm/dts/zynqmp-zcu106-revA.dts
arch/arm/dts/zynqmp-zcu111-revA.dts
arch/arm/dts/zynqmp-zcu1275-revA.dts
arch/arm/dts/zynqmp-zcu1275-revB.dts
arch/arm/dts/zynqmp-zcu1285-revA.dts
arch/arm/dts/zynqmp-zcu208-revA.dts
arch/arm/dts/zynqmp-zcu216-revA.dts
arch/arm/dts/zynqmp-zcu670-revA.dts
arch/arm/dts/zynqmp-zcu670-revB.dts

index d540f334f511603283f08ac7e187006010695f13..d48b6f3a8ec8d51ee42b0a1f5a73b8f9b24d76dd 100644 (file)
 };
 
 &dwc3_1 {
-       /delete-property/ phy-names ;
-       /delete-property/ phys ;
+       /delete-property/ phy-names;
+       /delete-property/ phys;
        dr_mode = "host";
        maximum-speed = "high-speed";
-       snps,dis_u2_susphy_quirk ;
-       snps,dis_u3_susphy_quirk ;
+       snps,dis_u2_susphy_quirk;
+       snps,dis_u3_susphy_quirk;
        status = "okay";
 };
 
index 6e2d9542012a542d939388adf1f089031bc4411f..aebceb2073697139ac0b13e438e18203d1c7ab05 100644 (file)
        };
        ina226-vcc-1v2-ddr4 {
                compatible = "iio-hwmon";
-               io-channels = <&vcc_1v2_ddr4 0>, <&vcc_1v2_ddr4 1>, <&vcc_1v2_ddr4 2>, <&vcc_1v2_ddr4 3>;
+               io-channels = <&vcc_1v2_ddr4 0>, <&vcc_1v2_ddr4 1>, <&vcc_1v2_ddr4 2>,
+                             <&vcc_1v2_ddr4 3>;
        };
        ina226-vcc-1v1-lp4 {
                compatible = "iio-hwmon";
                                clock-output-names = "si570_user1";
                                silabs,skip-recall;
                        };
-
                };
                i2c@7 { /* USER_SI570_2 */
                        #address-cells = <1>;
index 27ea639b7417ade4b2d89114fd232f4706007600..7c9764c31f7ab9cb9c72c9def48c8418f6b561b1 100644 (file)
@@ -89,7 +89,7 @@
                phy0: ethernet-phy@0 { /* marwell m88e1512 */
                        reg = <0>;
                        reset-gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
-/*             xlnx,phy-type = <PHY_TYPE_SGMII>; */
+                       /* xlnx,phy-type = <PHY_TYPE_SGMII>; */
                };
        };
 };
index ece01e73d29f715f03f65d5ebfb6d797f3c01b28..f9d7528ff2ed494b7721c209d0fd67d9c4a09b14 100644 (file)
@@ -61,7 +61,8 @@
        };
        ina226-vdd1-1v8-lp4 {
                compatible = "iio-hwmon";
-               io-channels = <&vdd1_1v8_lp4 0>, <&vdd1_1v8_lp4 1>, <&vdd1_1v8_lp4 2>, <&vdd1_1v8_lp4 3>;
+               io-channels = <&vdd1_1v8_lp4 0>, <&vdd1_1v8_lp4 1>, <&vdd1_1v8_lp4 2>,
+                             <&vdd1_1v8_lp4 3>;
        };
        ina226-vcc0v6-lp4 {
                compatible = "iio-hwmon";
                reset-gpios = <&gpio 142 GPIO_ACTIVE_LOW>;
                phy0: ethernet-phy@0 { /* marwell m88e1512 - SGMII */
                        reg = <0>;
-/*             xlnx,phy-type = <PHY_TYPE_SGMII>; */
+                       /* xlnx,phy-type = <PHY_TYPE_SGMII>; */
                };
        };
 };
 };
 
 &dwc3_1 {
-       /delete-property/ phy-names ;
-       /delete-property/ phys ;
+       /delete-property/ phy-names;
+       /delete-property/ phys;
        maximum-speed = "high-speed";
-       snps,dis_u2_susphy_quirk ;
-       snps,dis_u3_susphy_quirk ;
+       snps,dis_u2_susphy_quirk;
+       snps,dis_u3_susphy_quirk;
        status = "disabled";
 };
index 021fdce4abbaac1f693ce5a40bde6dce87fc44c4..b4da0d341c39ddc670957aea446d0bc283f977c2 100644 (file)
@@ -61,7 +61,8 @@
        };
        ina226-vdd1-1v8-lp4 {
                compatible = "iio-hwmon";
-               io-channels = <&vdd1_1v8_lp4 0>, <&vdd1_1v8_lp4 1>, <&vdd1_1v8_lp4 2>, <&vdd1_1v8_lp4 3>;
+               io-channels = <&vdd1_1v8_lp4 0>, <&vdd1_1v8_lp4 1>, <&vdd1_1v8_lp4 2>,
+                             <&vdd1_1v8_lp4 3>;
        };
 };
 
 };
 
 &dwc3_1 {
-       /delete-property/ phy-names ;
-       /delete-property/ phys ;
+       /delete-property/ phy-names;
+       /delete-property/ phys;
        maximum-speed = "high-speed";
-       snps,dis_u2_susphy_quirk ;
-       snps,dis_u3_susphy_quirk ;
+       snps,dis_u2_susphy_quirk;
+       snps,dis_u3_susphy_quirk;
        status = "disabled";
 };
index c45822e1423aeacfad0e26cf8e9f69489eae3818..729efd4098cb909c8b69a51e2ad08fc665cae7a7 100644 (file)
@@ -61,7 +61,8 @@
        };
        ina226-vdd1-1v8-lp4 {
                compatible = "iio-hwmon";
-               io-channels = <&vdd1_1v8_lp4 0>, <&vdd1_1v8_lp4 1>, <&vdd1_1v8_lp4 2>, <&vdd1_1v8_lp4 3>;
+               io-channels = <&vdd1_1v8_lp4 0>, <&vdd1_1v8_lp4 1>, <&vdd1_1v8_lp4 2>,
+                             <&vdd1_1v8_lp4 3>;
        };
 };
 
 };
 
 &dwc3_1 {
-       /delete-property/ phy-names ;
-       /delete-property/ phys ;
+       /delete-property/ phy-names;
+       /delete-property/ phys;
        maximum-speed = "high-speed";
-       snps,dis_u2_susphy_quirk ;
-       snps,dis_u3_susphy_quirk ;
+       snps,dis_u2_susphy_quirk;
+       snps,dis_u3_susphy_quirk;
        status = "disabled";
 };
index 6aae2ad642d5ad423760b8b0ba5b845a914dd06d..60bab40780572e057e94f8bc44da1aa9c00d982c 100644 (file)
 };
 
 &dwc3_1 {
-       /delete-property/ phy-names ;
-       /delete-property/ phys ;
+       /delete-property/ phy-names;
+       /delete-property/ phys;
        dr_mode = "host";
        maximum-speed = "high-speed";
-       snps,dis_u2_susphy_quirk ;
-       snps,dis_u3_susphy_quirk ;
+       snps,dis_u2_susphy_quirk;
+       snps,dis_u3_susphy_quirk;
        status = "okay";
 };
 
index 6f5856017bf39fdde54e767ae5ab84ea8bb86efd..6181072c1da10fb801678e51c6f457157777d4f0 100644 (file)
                };
                partition@140000 {
                        label = "Open_1";
-                       reg = <0x140000 0xC0000>; /* 768KB */
+                       reg = <0x140000 0xc0000>; /* 768KB */
                };
                partition@200000 {
                        label = "Image A (FSBL, PMU, ATF, U-Boot)";
-                       reg = <0x200000 0xD00000>; /* 13MB */
+                       reg = <0x200000 0xd00000>; /* 13MB */
                };
                partition@f00000 {
                        label = "ImgSel Image A Catch";
-                       reg = <0xF00000 0x80000>; /* 512KB */
+                       reg = <0xf00000 0x80000>; /* 512KB */
                        read-only;
                        lock;
                };
                partition@f80000 {
                        label = "Image B (FSBL, PMU, ATF, U-Boot)";
-                       reg = <0xF80000 0xD00000>; /* 13MB */
+                       reg = <0xf80000 0xd00000>; /* 13MB */
                };
                partition@1c80000 {
                        label = "ImgSel Image B Catch";
-                       reg = <0x1C80000 0x80000>; /* 512KB */
+                       reg = <0x1c80000 0x80000>; /* 512KB */
                        read-only;
                        lock;
                };
                partition@1d00000 {
                        label = "Open_2";
-                       reg = <0x1D00000 0x100000>; /* 1MB */
+                       reg = <0x1d00000 0x100000>; /* 1MB */
                };
                partition@1e00000 {
                        label = "Recovery Image";
-                       reg = <0x1E00000 0x200000>; /* 2MB */
+                       reg = <0x1e00000 0x200000>; /* 2MB */
                        read-only;
                        lock;
                };
                        label = "Secure OS Storage";
                        reg = <0x2280000 0x20000>; /* 128KB */
                };
-               partition@22A0000 {
+               partition@22a0000 {
                        label = "User";
-                       reg = <0x22A0000 0x1d60000>; /* 29.375 MB */
+                       reg = <0x22a0000 0x1d60000>; /* 29.375 MB */
                };
        };
 };
 
                conf-tx {
                        pins = "MIO38", "MIO39", "MIO40",
-                               "MIO41", "MIO42", "MIO43";
+                              "MIO41", "MIO42", "MIO43";
                        bias-disable;
                        low-power-enable;
                };
index f281c7fb9fddf75cdf09bfb833f9a5e536056f79..bd1e255718703a23991ec1a93c39e3b999013969 100644 (file)
                                clock-frequency = <100000000>;
                                clock-output-names = "fmc_si570";
                        };
-
                };
                /* 7 unused */
        };
index a288029797b67e9a829c31bfa7a0a75a992fe77a..9dcb9095371295e07538d1f8658f2458440de903 100644 (file)
@@ -61,7 +61,7 @@
                };
                partition@620000 { /* for testing purpose */
                        label = "qspi-rootfs";
-                       reg = <0x620000 0x5E0000>;
+                       reg = <0x620000 0x5e0000>;
                };
        };
 };
index cb9ef3746803efeb9604837add9b48658272a2e0..cf3e95832040e5ef468d02dfe531f919bf0bfa4d 100644 (file)
@@ -62,7 +62,7 @@
                };
                partition@620000 { /* for testing purpose */
                        label = "qspi-rootfs";
-                       reg = <0x620000 0x5E0000>;
+                       reg = <0x620000 0x5e0000>;
                };
        };
 };
index 27b38e981a0513c46498dfae58be697a7aa2b45f..32f317f3df40bbb2390cd2d27c65f8104388201e 100644 (file)
                };
                partition@620000 { /* for testing purpose */
                        label = "qspi-rootfs";
-                       reg = <0x620000 0x5E0000>;
+                       reg = <0x620000 0x5e0000>;
                };
        };
 };
index e187818f333f261dd435ab19f84aee8fe607f432..a8856c20f5b57b16cb2f6346fa3c5c1989a4d781 100644 (file)
                };
                partition@3 {   /* for testing purpose */
                        label = "nand-rootfs";
-                       reg = <0x0 0x1C00000 0x1400000>;
+                       reg = <0x0 0x1c00000 0x1400000>;
                };
                partition@4 {   /* for testing purpose */
                        label = "nand-bitstream";
                };
                partition@5 {   /* for testing purpose */
                        label = "nand-misc";
-                       reg = <0x0 0x3400000 0xFCC00000>;
+                       reg = <0x0 0x3400000 0xfcc00000>;
                };
        };
        nand@1 {
                };
                partition@3 {   /* for testing purpose */
                        label = "nand1-rootfs";
-                       reg = <0x0 0x1C00000 0x1400000>;
+                       reg = <0x0 0x1c00000 0x1400000>;
                };
                partition@4 {   /* for testing purpose */
                        label = "nand1-bitstream";
                };
                partition@5 {   /* for testing purpose */
                        label = "nand1-misc";
-                       reg = <0x0 0x3400000 0xFCC00000>;
+                       reg = <0x0 0x3400000 0xfcc00000>;
                };
        };
 };
index 2b66abc9f7e61d2d808755564d297e64c406e2f2..3b03b39e456aa4fa2a5aa287c69b1d2b4062d228 100644 (file)
                };
                partition@620000 { /* for testing purpose */
                        label = "qspi-rootfs";
-                       reg = <0x620000 0x5E0000>;
+                       reg = <0x620000 0x5e0000>;
                };
        };
 };
index 7fa77b59906ecad87c5c5d90965e57ae88bb8c14..6b1aea95e65adcd8c941f51e71bdcd9587922462 100644 (file)
                };
                partition@620000 { /* for testing purpose */
                        label = "qspi-rootfs";
-                       reg = <0x620000 0x5E0000>;
+                       reg = <0x620000 0x5e0000>;
                };
        };
 };
index 135bfa0808285c59f7f4a252700d8c81313b0d9c..0bfeed4293cb07288cc891992ebcc807f8a5593d 100644 (file)
                };
                partition@620000 { /* for testing purpose */
                        label = "qspi-rootfs";
-                       reg = <0x620000 0x5E0000>;
+                       reg = <0x620000 0x5e0000>;
                };
        };
 };
index 20d17a07e7ebd5f33c8c3a81f7818e27c1ccf961..a7387f4a0e6f56b49086cb9b4eb268111e1283cf 100644 (file)
                };
                partition@620000 { /* for testing purpose */
                        label = "qspi-rootfs";
-                       reg = <0x620000 0x5E0000>;
+                       reg = <0x620000 0x5e0000>;
                };
        };
 };
index 1ec95c67a7d1e511cf35908d13bf97b29f1980b9..7b1097579fc21575f979543214980ea8b37295c5 100644 (file)
                };
                partition@620000 { /* for testing purpose */
                        label = "qspi-rootfs";
-                       reg = <0x620000 0x5E0000>;
+                       reg = <0x620000 0x5e0000>;
                };
        };
 };
index cfb4f648767535e3dfa8a52c5488f3d89dc82341..ba1b633910059cf5de9a14023cbebc13e5c2dded 100644 (file)
                };
                partition@620000 { /* for testing purpose */
                        label = "qspi-rootfs";
-                       reg = <0x620000 0x5E0000>;
+                       reg = <0x620000 0x5e0000>;
                };
        };
 };
index b75b2a796eb3e7672e67648c35e0a4f9583fe41f..cc9f5b160254d1ec19306a9d8ab8efbd6b48661d 100644 (file)
@@ -66,7 +66,7 @@
                };
                partition@620000 { /* for testing purpose */
                        label = "qspi-rootfs";
-                       reg = <0x620000 0x5E0000>;
+                       reg = <0x620000 0x5e0000>;
                };
        };
 };
index ed83ba327916e56aa0cda5d8ef77fcd8a708daff..f78da03628001cdf3c0f0e8e1c220a023eda8ff2 100644 (file)
@@ -93,7 +93,7 @@
                };
                partition@620000 { /* for testing purpose */
                        label = "qspi-rootfs";
-                       reg = <0x620000 0x5E0000>;
+                       reg = <0x620000 0x5e0000>;
                };
        };
 };
index 38735b1ce1aceddaab6a206aa5a54e4ad101032b..86a3217f9ab644a25c3c4f87df6c5705aea68182 100644 (file)
@@ -36,7 +36,6 @@
                device_type = "memory";
                reg = <0x0 0x0 0x0 0x80000000>;
        };
-
 };
 
 &dcc {
@@ -46,7 +45,6 @@
 &i2c0 {
        status = "okay";
        clock-frequency = <400000>;
-
 };
 
 &gem1 {
index 88536e917d960ae757707f257ff10e3c187de0d0..888f711aad97a95feabf47e8117acb8b288a9f06 100644 (file)
@@ -70,7 +70,8 @@
        };
        ina226-vccint-io-bram {
                compatible = "iio-hwmon";
-               io-channels = <&vccint_io_bram_ps 0>, <&vccint_io_bram_ps 1>, <&vccint_io_bram_ps 2>, <&vccint_io_bram_ps 3>;
+               io-channels = <&vccint_io_bram_ps 0>, <&vccint_io_bram_ps 1>,
+                             <&vccint_io_bram_ps 2>, <&vccint_io_bram_ps 3>;
        };
        ina226-vcc1v8 {
                compatible = "iio-hwmon";
        };
        ina226-dac-avccaux {
                compatible = "iio-hwmon";
-               io-channels = <&dac_avccaux 0>, <&dac_avccaux 1>, <&dac_avccaux 2>, <&dac_avccaux 3>;
+               io-channels = <&dac_avccaux 0>, <&dac_avccaux 1>, <&dac_avccaux 2>,
+                             <&dac_avccaux 3>;
        };
        ina226-adc-avcc {
                compatible = "iio-hwmon";
        };
        ina226-adc-avccaux {
                compatible = "iio-hwmon";
-               io-channels = <&adc_avccaux 0>, <&adc_avccaux 1>, <&adc_avccaux 2>, <&adc_avccaux 3>;
+               io-channels = <&adc_avccaux 0>, <&adc_avccaux 1>, <&adc_avccaux 2>,
+                             <&adc_avccaux 3>;
        };
        ina226-dac-avcc {
                compatible = "iio-hwmon";
                                reg = <0x45>; /* i2c addr 0x15 */
                        };
                        /* J21 header too */
-
                };
                i2c@3 {
                        #address-cells = <1>;
        status = "okay";
        /* SATA OOB timing settings */
        ceva,p0-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>;
-       ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
-       ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
-       ceva,p0-retry-params = /bits/ 16 <0x96A4 0x3FFC>;
+       ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0e>;
+       ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4a 0x06>;
+       ceva,p0-retry-params = /bits/ 16 <0x96a4 0x3ffc>;
        ceva,p1-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>;
-       ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
-       ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
-       ceva,p1-retry-params = /bits/ 16 <0x96A4 0x3FFC>;
+       ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0e>;
+       ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4a 0x06>;
+       ceva,p1-retry-params = /bits/ 16 <0x96a4 0x3ffc>;
        phy-names = "sata-phy";
        phys = <&psgtr 3 PHY_TYPE_SATA 1 3>;
 };
index 29087aa7cb91e39dcc455a1e1b72cb23f03b7251..ccdbf8967aa0af97aa7f6b77228cc042c3e81c7b 100644 (file)
@@ -70,7 +70,8 @@
        };
        ina226-vccint-io-bram {
                compatible = "iio-hwmon";
-               io-channels = <&vccint_io_bram_ps 0>, <&vccint_io_bram_ps 1>, <&vccint_io_bram_ps 2>, <&vccint_io_bram_ps 3>;
+               io-channels = <&vccint_io_bram_ps 0>, <&vccint_io_bram_ps 1>,
+                             <&vccint_io_bram_ps 2>, <&vccint_io_bram_ps 3>;
        };
        ina226-vcc1v8 {
                compatible = "iio-hwmon";
        };
        ina226-dac-avccaux {
                compatible = "iio-hwmon";
-               io-channels = <&dac_avccaux 0>, <&dac_avccaux 1>, <&dac_avccaux 2>, <&dac_avccaux 3>;
+               io-channels = <&dac_avccaux 0>, <&dac_avccaux 1>, <&dac_avccaux 2>,
+                             <&dac_avccaux 3>;
        };
        ina226-adc-avcc {
                compatible = "iio-hwmon";
        };
        ina226-adc-avccaux {
                compatible = "iio-hwmon";
-               io-channels = <&adc_avccaux 0>, <&adc_avccaux 1>, <&adc_avccaux 2>, <&adc_avccaux 3>;
+               io-channels = <&adc_avccaux 0>, <&adc_avccaux 1>, <&adc_avccaux 2>,
+                             <&adc_avccaux 3>;
        };
        ina226-dac-avcc {
                compatible = "iio-hwmon";
                                reg = <0x45>; /* i2c addr 0x15 */
                        };
                        /* J21 header too */
-
                };
                i2c@3 {
                        #address-cells = <1>;
        status = "okay";
        /* SATA OOB timing settings */
        ceva,p0-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>;
-       ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
-       ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
-       ceva,p0-retry-params = /bits/ 16 <0x96A4 0x3FFC>;
+       ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0e>;
+       ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4a 0x06>;
+       ceva,p0-retry-params = /bits/ 16 <0x96a4 0x3ffc>;
        ceva,p1-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>;
-       ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
-       ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
-       ceva,p1-retry-params = /bits/ 16 <0x96A4 0x3FFC>;
+       ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0e>;
+       ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4a 0x06>;
+       ceva,p1-retry-params = /bits/ 16 <0x96a4 0x3ffc>;
        phy-names = "sata-phy";
        phys = <&psgtr 3 PHY_TYPE_SATA 1 3>;
 };
index 2928ebe56fc2d0ea053d5954f55cbf3ce6274645..058d6b2e64861d000c810721a9775d00105a9681 100644 (file)
@@ -73,7 +73,8 @@
        };
        ina226-vccint-io-bram {
                compatible = "iio-hwmon";
-               io-channels = <&vccint_io_bram_ps 0>, <&vccint_io_bram_ps 1>, <&vccint_io_bram_ps 2>, <&vccint_io_bram_ps 3>;
+               io-channels = <&vccint_io_bram_ps 0>, <&vccint_io_bram_ps 1>,
+                             <&vccint_io_bram_ps 2>, <&vccint_io_bram_ps 3>;
        };
        ina226-vcc1v8 {
                compatible = "iio-hwmon";
        };
        ina226-dac-avccaux {
                compatible = "iio-hwmon";
-               io-channels = <&dac_avccaux 0>, <&dac_avccaux 1>, <&dac_avccaux 2>, <&dac_avccaux 3>;
+               io-channels = <&dac_avccaux 0>, <&dac_avccaux 1>, <&dac_avccaux 2>,
+                             <&dac_avccaux 3>;
        };
        ina226-adc-avcc {
                compatible = "iio-hwmon";
        };
        ina226-adc-avccaux {
                compatible = "iio-hwmon";
-               io-channels = <&adc_avccaux 0>, <&adc_avccaux 1>, <&adc_avccaux 2>, <&adc_avccaux 3>;
+               io-channels = <&adc_avccaux 0>, <&adc_avccaux 1>, <&adc_avccaux 2>,
+                             <&adc_avccaux 3>;
        };
        ina226-dac-avcc {
                compatible = "iio-hwmon";
                                reg = <0x45>; /* i2c addr 0x15 */
                        };
                        /* J21 header too */
-
                };
                i2c@3 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <1>;
                        /* SI5381 - u43 */
-                       /* si5381: clock-generator@68 {
-                               reg = <0x68>;
-                       };*/
+                       /*
+                        * si5381: clock-generator@68 {
+                        *      reg = <0x68>;
+                        * };
+                        */
                };
                i2c_si570_user_c0: i2c@2 {
                        #address-cells = <1>;
index 1a99d1e08fb257d0ff69f77e7eb3b0a8cd67e756..010d412b2027145d5a2b428b1ad0def4546781c6 100644 (file)
@@ -73,7 +73,8 @@
        };
        ina226-vccint-io-bram {
                compatible = "iio-hwmon";
-               io-channels = <&vccint_io_bram_ps 0>, <&vccint_io_bram_ps 1>, <&vccint_io_bram_ps 2>, <&vccint_io_bram_ps 3>;
+               io-channels = <&vccint_io_bram_ps 0>, <&vccint_io_bram_ps 1>,
+                             <&vccint_io_bram_ps 2>, <&vccint_io_bram_ps 3>;
        };
        ina226-vcc1v8 {
                compatible = "iio-hwmon";
        };
        ina226-dac-avccaux {
                compatible = "iio-hwmon";
-               io-channels = <&dac_avccaux 0>, <&dac_avccaux 1>, <&dac_avccaux 2>, <&dac_avccaux 3>;
+               io-channels = <&dac_avccaux 0>, <&dac_avccaux 1>, <&dac_avccaux 2>,
+                             <&dac_avccaux 3>;
        };
        ina226-adc-avcc {
                compatible = "iio-hwmon";
        };
        ina226-adc-avccaux {
                compatible = "iio-hwmon";
-               io-channels = <&adc_avccaux 0>, <&adc_avccaux 1>, <&adc_avccaux 2>, <&adc_avccaux 3>;
+               io-channels = <&adc_avccaux 0>, <&adc_avccaux 1>, <&adc_avccaux 2>,
+                             <&adc_avccaux 3>;
        };
        ina226-dac-avcc {
                compatible = "iio-hwmon";
                                reg = <0x45>; /* i2c addr 0x15 */
                        };
                        /* J21 header too */
-
                };
                i2c@3 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <1>;
                        /* SI5381 - u43 */
-                       /* si5381: clock-generator@68 {
-                               reg = <0x68>;
-                       };*/
+                       /*
+                        * si5381: clock-generator@68 {
+                        *      reg = <0x68>;
+                        * };
+                        */
                };
                i2c_si570_user_c0: i2c@2 {
                        #address-cells = <1>;