Message ID | 20171113233427.5386-9-afaerber@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Am 14.11.2017 um 00:34 schrieb Andreas Färber: > Add a node to the S700 Device Tree for the Smart Power System (SPS). > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > v2: New > > To be squashed into 5/8 if binding gets acked. > > arch/arm64/boot/dts/actions/s700.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) Squashed (on bg96-next work branch). Regards, Andreas
diff --git a/arch/arm64/boot/dts/actions/s700.dtsi b/arch/arm64/boot/dts/actions/s700.dtsi index b54df405aaeb..6a39968b209f 100644 --- a/arch/arm64/boot/dts/actions/s700.dtsi +++ b/arch/arm64/boot/dts/actions/s700.dtsi @@ -154,6 +154,12 @@ status = "disabled"; }; + sps: power-controller@e01b0100 { + compatible = "actions,s700-sps"; + reg = <0x0 0xe01b0100 0x0 0x100>; + #power-domain-cells = <1>; + }; + timer: timer@e024c000 { compatible = "actions,s700-timer"; reg = <0x0 0xe024c000 0x0 0x4000>;
Add a node to the S700 Device Tree for the Smart Power System (SPS). Signed-off-by: Andreas Färber <afaerber@suse.de> --- v2: New To be squashed into 5/8 if binding gets acked. arch/arm64/boot/dts/actions/s700.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)