From: sashiko-bot@kernel.org
To: "Yureka Lilian" <yureka@cyberchaos.dev>
Cc: linux-watchdog@vger.kernel.org, robh@kernel.org,
conor+dt@kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 6/6] arm64: dts: apple: Add minimal MacBook Neo device tree
Date: Fri, 04 Sep 2026 19:59:52 +0000 [thread overview]
Message-ID: <20260904195952.C71321F00A3F@smtp.kernel.org> (raw)
In-Reply-To: <20260904-apple-a18-pro-initial-devicetrees-v1-6-0c25401d165d@cyberchaos.dev>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Device tree unit address mismatch for the memory node.
--
commit 7bec9f4da6b6b3c3359561db2b7a13c4d806d885
Author: Yureka Lilian <yureka@cyberchaos.dev>
arm64: dts: apple: Add minimal MacBook Neo device tree
This commit adds a minimal device tree for the MacBook Neo, based on the
t8140 SoC (A18 Pro). It includes basic devices like CPU cores, interrupt
controller, watchdog, and serial, allowing the machine to boot on a single
core using the macOS 26.6.2 firmware.
> diff --git a/arch/arm64/boot/dts/apple/t8140-j700.dts b/arch/arm64/boot/dts/apple/t8140-j700.dts
> new file mode 100644
> index 0000000000000..029d6fdda3ade
> --- /dev/null
> +++ b/arch/arm64/boot/dts/apple/t8140-j700.dts
[ ... ]
> + reserved-memory {
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges;
> + /* To be filled by loader */
> + };
> +
> + memory@800000000 {
> + device_type = "memory";
> + reg = <0x100 0 0x2 0>; /* To be filled by loader */
[Severity: Low]
Does this code cause a device tree compiler warning? The node is named with
unit address 800000000 (which implies a reg base of <0x8 0>), but the reg
property specifies <0x100 0> (which implies a unit address of 10000000000).
This mismatch between the unit address and the base address in the reg
property typically causes the dtc compiler to emit a 'unit_address_vs_reg'
or 'simple-bus unit address format error' warning when compiling
t8140-j700.dts.
> + };
> +};
> +
> +&serial0 {
> + status = "okay";
> +};
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260904-apple-a18-pro-initial-devicetrees-v1-0-0c25401d165d@cyberchaos.dev?part=6
next prev parent reply other threads:[~2026-09-04 19:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-04 19:49 [PATCH 0/6] Initial Apple Silicon A18 Pro device trees and dt-bindings Yureka Lilian
2026-09-04 19:49 ` [PATCH 1/6] dt-bindings: arm: cpus: Add Apple A18 Pro CPU core compatibles Yureka Lilian
2026-09-09 7:30 ` Krzysztof Kozlowski
2026-09-04 19:49 ` [PATCH 2/6] dt-bindings: arm: apple: apple,pmgr: Add t8140 compatible Yureka Lilian
2026-09-04 20:30 ` Sven Peter
2026-09-04 20:54 ` Yureka Lilian
2026-09-04 19:49 ` [PATCH 3/6] dt-bindings: arm: power: apple,pmgr-pwrstate: " Yureka Lilian
2026-09-04 19:49 ` [PATCH 4/6] dt-bindings: interrupt-controller: apple,aic2: Add apple,t8140 compatible Yureka Lilian
2026-09-05 8:25 ` Nick Chan
2026-09-09 7:31 ` Krzysztof Kozlowski
2026-09-09 7:32 ` Krzysztof Kozlowski
2026-09-09 7:34 ` Yureka Lilian
2026-09-09 7:48 ` Krzysztof Kozlowski
2026-09-04 19:49 ` [PATCH 5/6] dt-bindings: watchdog: apple,wdt: Add t8140 compatible Yureka Lilian
2026-09-04 19:49 ` [PATCH 6/6] arm64: dts: apple: Add minimal MacBook Neo device tree Yureka Lilian
2026-09-04 19:59 ` sashiko-bot [this message]
2026-09-04 20:34 ` Sven Peter
2026-09-04 20:57 ` Yureka Lilian
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=20260904195952.C71321F00A3F@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
--cc=yureka@cyberchaos.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox