Skip to content

Commit e06a177

Browse files
robherringmichalsimek
authored andcommitted
arm64: dts: xilinx: Drop "label" property on dlg,slg7xl45106
The "label" property is not documented for the dlg,slg7xl45106. Nor is it common to use for GPIO controllers. So drop it. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/20251216175914.2791200-1-robh@kernel.org
1 parent c197179 commit e06a177

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

arch/arm64/boot/dts/xilinx/zynqmp-sck-kd-g-revA.dtso

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
slg7xl45106: gpio@11 { /* u13 - reset logic */
7676
compatible = "dlg,slg7xl45106";
7777
reg = <0x11>;
78-
label = "resetchip";
7978
gpio-controller;
8079
#gpio-cells = <2>;
8180
gpio-line-names = "USB0_PHY_RESET_B", "",

arch/arm64/boot/dts/xilinx/zynqmp-sck-kr-g-revA.dtso

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
slg7xl45106: gpio@11 { /* u19 - reset logic */
104104
compatible = "dlg,slg7xl45106";
105105
reg = <0x11>;
106-
label = "resetchip";
107106
gpio-controller;
108107
#gpio-cells = <2>;
109108
gpio-line-names = "USB0_PHY_RESET_B", "USB1_PHY_RESET_B",

arch/arm64/boot/dts/xilinx/zynqmp-sck-kr-g-revB.dtso

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
slg7xl45106: gpio@11 { /* u19 - reset logic */
105105
compatible = "dlg,slg7xl45106";
106106
reg = <0x11>;
107-
label = "resetchip";
108107
gpio-controller;
109108
#gpio-cells = <2>;
110109
gpio-line-names = "USB0_PHY_RESET_B", "USB1_PHY_RESET_B",

0 commit comments

Comments
 (0)