Skip to content

Commit aaca37a

Browse files
lweiss-fairphonelag-linaro
authored andcommitted
dt-bindings: mfd: qcom,spmi-pmic: Drop unused labels from examples
There's not much point in having unused labels in the binding example, so drop them. This patch was originally motivated by ea25d61 ("arm64: dts: qcom: Use plural _gpios node label for PMIC gpios") updating all dts files to use the plural _gpios label instead of the singular _gpio as label but this example wasn't updated. But since we should just drop the label alltogether, do that. Signed-off-by: Luca Weiss <[email protected]> Acked-by: Conor Dooley <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent e53b22b commit aaca37a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,13 @@ examples:
239239
interrupt-controller;
240240
#interrupt-cells = <4>;
241241
242-
pmi8998_lsid0: pmic@2 {
242+
pmic@2 {
243243
compatible = "qcom,pmi8998", "qcom,spmi-pmic";
244244
reg = <0x2 SPMI_USID>;
245245
#address-cells = <1>;
246246
#size-cells = <0>;
247247
248-
pmi8998_gpio: gpio@c000 {
248+
gpio@c000 {
249249
compatible = "qcom,pmi8998-gpio", "qcom,spmi-gpio";
250250
reg = <0xc000>;
251251
gpio-controller;
@@ -330,7 +330,7 @@ examples:
330330
};
331331
};
332332
333-
pm6150_gpio: gpio@c000 {
333+
gpio@c000 {
334334
compatible = "qcom,pm6150-gpio", "qcom,spmi-gpio";
335335
reg = <0xc000>;
336336
gpio-controller;

0 commit comments

Comments
 (0)