[v3 PATCH 2/6] dt: TI: Describe the ti reset DT entries

Tony Lindgren tony at atomide.com
Mon Jul 21 00:01:25 PDT 2014


* Dan Murphy <dmurphy at ti.com> [140717 09:47]:
> +
> +example:
> +		prm: prm at 4ae06000 {
> +			compatible = "ti,omap5-prm";
> +			reg = <0x4ae06000 0x3000>;
> +
> +			prm_resets: resets {
> +				#address-cells = <1>;
> +				#size-cells = <1>;
> +				#reset-cells = <1>;
> +			};
> +		};

Probably the way to go with mapping various PRCM registers to separate
drivers is to provide one or more syscon entries like we already have
for the SCM. You may want to coordinate this with Tero.

Regards,

Tony



More information about the linux-arm-kernel mailing list