Skip to content

arm:dts:overlays: Add overlay for ADALM-LSMSPG board#3175

Open
thorenscientific wants to merge 1 commit intoanalogdevicesinc:rpi-6.12.yfrom
thorenscientific:rpi_staging/add_lsmspg_overlay
Open

arm:dts:overlays: Add overlay for ADALM-LSMSPG board#3175
thorenscientific wants to merge 1 commit intoanalogdevicesinc:rpi-6.12.yfrom
thorenscientific:rpi_staging/add_lsmspg_overlay

Conversation

@thorenscientific
Copy link

PR Description

Adding device tree overlay for the ADALM-LSMSPG board that will release within a month.

PR Type

  • Bug fix (a change that fixes an issue)
  • New feature (a change that adds new functionality)
  • Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • I have conducted a self-review of my own code changes
  • I have compiled my changes, including the documentation
  • I have tested the changes on the relevant hardware
  • I have updated the documentation outside this repo accordingly
  • I have provided links for the relevant upstream lore

Copy link
Contributor

@amiclaus amiclaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some comments on my side.

/ {
compatible = "brcm,bcm2835", "brcm,bcm2837", "brcm,bcm2711", "brcm,bcm2712";

fragment@0 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the fragment syntax is no longer preferred.

fragment@2 {
target = <&i2c1>;
__overlay__ {
#size-cells = <0>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is missing indentation

status = "okay";
clock-frequency = <400000>;
lm75: lm75@48 {
compatible = "lm75";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the compatible correct here? (national,)

@thorenscientific thorenscientific force-pushed the rpi_staging/add_lsmspg_overlay branch from ea482b1 to 9cb87e7 Compare March 13, 2026 16:34
Signed-off-by: Mark Thoren <mark.thoren@analog.com>
@thorenscientific thorenscientific force-pushed the rpi_staging/add_lsmspg_overlay branch from 9cb87e7 to 59d865c Compare March 13, 2026 16:45
@thorenscientific
Copy link
Author

Thanks @amiclaus ! Applied all of your suggestions, and tested the compiled overlay on my setup here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants