[PATCH 13/13] arm64: dts: apple: t8122: Break overly long lines
Janne Grunau
j at jannau.net
Wed Sep 9 03:27:09 PDT 2026
Fixes "[line-length] line exceeds 80 columns (N)" dt-style-check issue
with N > 84.
Signed-off-by: Janne Grunau <j at jannau.net>
---
arch/arm64/boot/dts/apple/t8122.dtsi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/apple/t8122.dtsi b/arch/arm64/boot/dts/apple/t8122.dtsi
index 5e79de6fece8..1b4a67172332 100644
--- a/arch/arm64/boot/dts/apple/t8122.dtsi
+++ b/arch/arm64/boot/dts/apple/t8122.dtsi
@@ -341,7 +341,8 @@ i2c4_pins: i2c4-pins {
};
pmgr: power-management at 2d0700000 {
- compatible = "apple,t8122-pmgr", "apple,t8103-pmgr", "syscon", "simple-mfd";
+ compatible = "apple,t8122-pmgr", "apple,t8103-pmgr",
+ "syscon", "simple-mfd";
reg = <0x2 0xd0700000 0 0x14000>;
#address-cells = <1>;
#size-cells = <1>;
@@ -394,7 +395,8 @@ pinctrl_nub: pinctrl at 2e41f0000 {
};
pmgr_mini: power-management at 2e4280000 {
- compatible = "apple,t8122-pmgr", "apple,t8103-pmgr", "syscon", "simple-mfd";
+ compatible = "apple,t8122-pmgr", "apple,t8103-pmgr",
+ "syscon", "simple-mfd";
reg = <0x2 0xe4280000 0 0x4000>;
#address-cells = <1>;
#size-cells = <1>;
--
2.55.0
More information about the linux-arm-kernel
mailing list