Message ID | 20220610213308.2288094-1-robh@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: arm/juno: Drop erroneous 'mbox-name' property | expand |
On Fri, 10 Jun 2022 15:33:07 -0600, Rob Herring wrote: > The 'mbox-name' property in the Juno mailbox node is undocumented and > unused. It's the consumer side of the mailbox binding that have > 'mbox-names' properties. > Applied to sudeep.holla/linux (for-next/juno), thanks! [1/1] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property https://git.kernel.org/sudeep.holla/c/c7df8791cd -- Regards, Sudeep
On Fri, Jun 10, 2022 at 03:33:07PM -0600, Rob Herring wrote: > The 'mbox-name' property in the Juno mailbox node is undocumented and > unused. It's the consumer side of the mailbox binding that have > 'mbox-names' properties. > > Signed-off-by: Rob Herring <robh@kernel.org> > --- > arch/arm64/boot/dts/arm/juno-scmi.dtsi | 1 - > 1 file changed, 1 deletion(-) Ping! > > diff --git a/arch/arm64/boot/dts/arm/juno-scmi.dtsi b/arch/arm64/boot/dts/arm/juno-scmi.dtsi > index 4135d62e44a2..ec85cd2c733c 100644 > --- a/arch/arm64/boot/dts/arm/juno-scmi.dtsi > +++ b/arch/arm64/boot/dts/arm/juno-scmi.dtsi > @@ -187,7 +187,6 @@ &gpu { > &mailbox { > compatible = "arm,mhu-doorbell", "arm,primecell"; > #mbox-cells = <2>; > - mbox-name = "ARM-MHU"; > }; > > &smmu_etr { > -- > 2.34.1 >
On Tue, Jun 28, 2022 at 2:14 PM Rob Herring <robh@kernel.org> wrote: > > On Fri, Jun 10, 2022 at 03:33:07PM -0600, Rob Herring wrote: > > The 'mbox-name' property in the Juno mailbox node is undocumented and > > unused. It's the consumer side of the mailbox binding that have > > 'mbox-names' properties. > > > > Signed-off-by: Rob Herring <robh@kernel.org> > > --- > > arch/arm64/boot/dts/arm/juno-scmi.dtsi | 1 - > > 1 file changed, 1 deletion(-) > > Ping! Sorry, I see this was applied. I need to figure out why 'lei' misses emails sometimes. Rob
On Tue, Jun 28, 2022 at 03:03:03PM -0600, Rob Herring wrote: > On Tue, Jun 28, 2022 at 2:14 PM Rob Herring <robh@kernel.org> wrote: > > > > On Fri, Jun 10, 2022 at 03:33:07PM -0600, Rob Herring wrote: > > > The 'mbox-name' property in the Juno mailbox node is undocumented and > > > unused. It's the consumer side of the mailbox binding that have > > > 'mbox-names' properties. > > > > > > Signed-off-by: Rob Herring <robh@kernel.org> > > > --- > > > arch/arm64/boot/dts/arm/juno-scmi.dtsi | 1 - > > > 1 file changed, 1 deletion(-) > > > > Ping! > > Sorry, I see this was applied. I need to figure out why 'lei' misses > emails sometimes. Yes I did apply this and another patch IIRC. Sorry for naive question what is 'lei' ?
On Wed, Jun 29, 2022 at 3:11 AM Sudeep Holla <sudeep.holla@arm.com> wrote: > > On Tue, Jun 28, 2022 at 03:03:03PM -0600, Rob Herring wrote: > > On Tue, Jun 28, 2022 at 2:14 PM Rob Herring <robh@kernel.org> wrote: > > > > > > On Fri, Jun 10, 2022 at 03:33:07PM -0600, Rob Herring wrote: > > > > The 'mbox-name' property in the Juno mailbox node is undocumented and > > > > unused. It's the consumer side of the mailbox binding that have > > > > 'mbox-names' properties. > > > > > > > > Signed-off-by: Rob Herring <robh@kernel.org> > > > > --- > > > > arch/arm64/boot/dts/arm/juno-scmi.dtsi | 1 - > > > > 1 file changed, 1 deletion(-) > > > > > > Ping! > > > > Sorry, I see this was applied. I need to figure out why 'lei' misses > > emails sometimes. > > Yes I did apply this and another patch IIRC. > > Sorry for naive question what is 'lei' ? Part of public-inbox which is what lore is: https://people.kernel.org/monsieuricon/lore-lei-part-1-getting-started Rob
diff --git a/arch/arm64/boot/dts/arm/juno-scmi.dtsi b/arch/arm64/boot/dts/arm/juno-scmi.dtsi index 4135d62e44a2..ec85cd2c733c 100644 --- a/arch/arm64/boot/dts/arm/juno-scmi.dtsi +++ b/arch/arm64/boot/dts/arm/juno-scmi.dtsi @@ -187,7 +187,6 @@ &gpu { &mailbox { compatible = "arm,mhu-doorbell", "arm,primecell"; #mbox-cells = <2>; - mbox-name = "ARM-MHU"; }; &smmu_etr {
The 'mbox-name' property in the Juno mailbox node is undocumented and unused. It's the consumer side of the mailbox binding that have 'mbox-names' properties. Signed-off-by: Rob Herring <robh@kernel.org> --- arch/arm64/boot/dts/arm/juno-scmi.dtsi | 1 - 1 file changed, 1 deletion(-)