* [PATCH] dt-bindings: regulator: maxim,max8973: Drop Tegra specifics from example
@ 2022-01-26 23:12 Rob Herring
2022-01-27 7:24 ` Krzysztof Kozlowski
2022-01-28 15:58 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring @ 2022-01-26 23:12 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Krzysztof Kozlowski; +Cc: linux-kernel, devicetree
There's no need to complicate examples with a platform specific macro.
It also complicates example parsing to figure out the number of interrupt
cells in examples (based on the bracketing).
Signed-off-by: Rob Herring <robh@kernel.org>
---
.../devicetree/bindings/regulator/maxim,max8973.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/regulator/maxim,max8973.yaml b/Documentation/devicetree/bindings/regulator/maxim,max8973.yaml
index 35c53e27f78c..5898dcf10f06 100644
--- a/Documentation/devicetree/bindings/regulator/maxim,max8973.yaml
+++ b/Documentation/devicetree/bindings/regulator/maxim,max8973.yaml
@@ -113,7 +113,7 @@ examples:
};
- |
- #include <dt-bindings/gpio/tegra-gpio.h>
+ #include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/interrupt-controller/irq.h>
i2c {
@@ -123,8 +123,7 @@ examples:
regulator@1b {
compatible = "maxim,max77621";
reg = <0x1b>;
- interrupt-parent = <&gpio>;
- interrupts = <TEGRA_GPIO(Y, 1) IRQ_TYPE_LEVEL_LOW>;
+ interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
regulator-always-on;
regulator-boot-on;
--
2.32.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: regulator: maxim,max8973: Drop Tegra specifics from example
2022-01-26 23:12 [PATCH] dt-bindings: regulator: maxim,max8973: Drop Tegra specifics from example Rob Herring
@ 2022-01-27 7:24 ` Krzysztof Kozlowski
2022-01-28 15:58 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-01-27 7:24 UTC (permalink / raw)
To: Rob Herring, Liam Girdwood, Mark Brown; +Cc: linux-kernel, devicetree
On 27/01/2022 00:12, Rob Herring wrote:
> There's no need to complicate examples with a platform specific macro.
> It also complicates example parsing to figure out the number of interrupt
> cells in examples (based on the bracketing).
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> .../devicetree/bindings/regulator/maxim,max8973.yaml | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: regulator: maxim,max8973: Drop Tegra specifics from example
2022-01-26 23:12 [PATCH] dt-bindings: regulator: maxim,max8973: Drop Tegra specifics from example Rob Herring
2022-01-27 7:24 ` Krzysztof Kozlowski
@ 2022-01-28 15:58 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-01-28 15:58 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Liam Girdwood; +Cc: linux-kernel, devicetree
On Wed, 26 Jan 2022 17:12:50 -0600, Rob Herring wrote:
> There's no need to complicate examples with a platform specific macro.
> It also complicates example parsing to figure out the number of interrupt
> cells in examples (based on the bracketing).
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
Thanks!
[1/1] dt-bindings: regulator: maxim,max8973: Drop Tegra specifics from example
commit: fa183433bf53ee092323005f05cb3491e4aaaa8b
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-28 15:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-26 23:12 [PATCH] dt-bindings: regulator: maxim,max8973: Drop Tegra specifics from example Rob Herring
2022-01-27 7:24 ` Krzysztof Kozlowski
2022-01-28 15:58 ` Mark Brown
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.