Skip to content

Missing reg semantics for child nodes of indirect buses #170

Description

@mbolivar-nordic

As of 4fc81d4, the spec seems to
leave the semantics here undefined:

/ {
	bus {
		compatible = "indirect-bus";
		clock {
			#clock-cells = <0>;
			compatible = "fixed-clock";
			clock-frequency = <32768>;
		};
	};
};

If we map in bus, do we always map in clock?

The current semantics for how nodes under an indirect-bus are included
or excluded rely on each node's reg property, which doesn't cover
this case.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions