All of lore.kernel.org
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Brian Norris" <briannorris@chromium.org>
Cc: robh@kernel.org, devicetree@vger.kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v2] arm64: dts: mediatek: Add #{address,size}-cells to Chromium-based /firmware
Date: Fri, 04 Sep 2026 23:03:25 +0000	[thread overview]
Message-ID: <20260904230325.CBB291F00A3D@smtp.kernel.org> (raw)
In-Reply-To: <20260904155621.v2.1.I33d1d66d4724587a981f706243cdc2f264670a40@changeid>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Missing '=' in property assignments for #address-cells and #size-cells causes a build failure.
--

commit 32a566c4dedbeab82eeb3c544e3cf871695f6990
Author: Brian Norris <briannorris@chromium.org>

arm64: dts: mediatek: Add #{address,size}-cells to Chromium-based /firmware

This commit adds #address-cells and #size-cells properties to the /firmware
node in various Chromium-based MediaTek device trees. This fixes a probe
failure for coreboot_table introduced by requiring #address-cells for
translating non-translatable addresses.

Closes: https://lore.kernel.org/all/aeKlYzTiL0OB1y3g@google.com/

> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> index 69cab9f9c5308..fa359440ed60e 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> @@ -22,6 +22,11 @@ chosen {
>  		stdout-path = "serial0:115200n8";
>  	};
>  
> +	firmware {
> +		#address-cells <2>;
> +		#size-cells <2>;

[Severity: Low]
Are the '=' signs missing from these property assignments? Omitting them
typically causes a parsing syntax error in dtc, which will break the
make dtbs build for the mt8183-kukui platform.

> +	};
> +
>  	backlight_lcd0: backlight_lcd0 {
>  		compatible = "pwm-backlight";
>  		pwms = <&pwm0 0 500000>;

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260904155621.v2.1.I33d1d66d4724587a981f706243cdc2f264670a40@changeid?part=1

      reply	other threads:[~2026-09-04 23:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-04 22:56 [PATCH v2] arm64: dts: mediatek: Add #{address,size}-cells to Chromium-based /firmware Brian Norris
2026-09-04 23:03 ` sashiko-bot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260904230325.CBB291F00A3D@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=briannorris@chromium.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.