Message ID | 20191211140558.10407-10-bparrot@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: dra7: add cal nodes | expand |
On 11/12/2019 16:05, Benoit Parrot wrote: > Add CAL dtsi node for AM654 device. Including proper power-domains and > clock properties. > > Signed-off-by: Benoit Parrot <bparrot@ti.com> Queued this and patch #10 up for 5.6, thanks. -Tero > --- > arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > > diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > index efb24579922c..551adcefcc83 100644 > --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > @@ -624,4 +624,26 @@ > dma-coherent; > interrupts = <GIC_SPI 355 IRQ_TYPE_EDGE_RISING>; > }; > + > + cal: cal@6f03000 { > + compatible = "ti,am654-cal"; > + reg = <0x0 0x06f03000 0x0 0x400>, > + <0x0 0x06f03800 0x0 0x40>; > + reg-names = "cal_top", > + "cal_rx_core0"; > + interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>; > + ti,camerrx-control = <&scm_conf 0x40c0>; > + clock-names = "fck"; > + clocks = <&k3_clks 2 0>; > + power-domains = <&k3_pds 2 TI_SCI_PD_EXCLUSIVE>; > + > + ports { > + #address-cells = <1>; > + #size-cells = <0>; > + > + csi2_0: port@0 { > + reg = <0>; > + }; > + }; > + }; > }; > -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi index efb24579922c..551adcefcc83 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi @@ -624,4 +624,26 @@ dma-coherent; interrupts = <GIC_SPI 355 IRQ_TYPE_EDGE_RISING>; }; + + cal: cal@6f03000 { + compatible = "ti,am654-cal"; + reg = <0x0 0x06f03000 0x0 0x400>, + <0x0 0x06f03800 0x0 0x40>; + reg-names = "cal_top", + "cal_rx_core0"; + interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>; + ti,camerrx-control = <&scm_conf 0x40c0>; + clock-names = "fck"; + clocks = <&k3_clks 2 0>; + power-domains = <&k3_pds 2 TI_SCI_PD_EXCLUSIVE>; + + ports { + #address-cells = <1>; + #size-cells = <0>; + + csi2_0: port@0 { + reg = <0>; + }; + }; + }; };
Add CAL dtsi node for AM654 device. Including proper power-domains and clock properties. Signed-off-by: Benoit Parrot <bparrot@ti.com> --- arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)