[PATCH v2 2/6] arm64: dts: ti: k3-am62-wakeup: add VTM node
Raghavendra, Vignesh
vigneshr at ti.com
Fri Jan 27 21:23:08 PST 2023
Hi Bryan,
On 1/20/2023 6:00 AM, Bryan Brattlof wrote:
> @@ -94,10 +95,13 @@ cbass_wakeup: bus at 2b000000 {
> compatible = "simple-bus";
> #address-cells = <2>;
> #size-cells = <2>;
> - ranges = <0x00 0x2b000000 0x00 0x2b000000 0x00 0x00300400>, /* Peripheral Window */
> + ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
You would need to update unit address in node name as well:
cbass_wakeup: bus at b00000 {
> + <0x00 0x2b000000 0x00 0x2b000000 0x00 0x00300400>, /* Peripheral Window */
> <0x00 0x43000000 0x00 0x43000000 0x00 0x00020000>;
> };
> };
> +
> + #include "k3-am62-thermal.dtsi"
> };
Regards
Vignesh
More information about the linux-arm-kernel
mailing list