mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 00:42:56 -04:00
arm64: dts: ti: k3-j7200: Use exact ranges for FSS node
The FSS bus contains several register ranges. Using an empty ranges property works but causes a DT warning when we give this node an address. Fix this by explicitly defining the memory ranges in use. Signed-off-by: Andrew Davis <afd@ti.com> Link: https://lore.kernel.org/r/20240326205920.40147-2-afd@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
committed by
Nishanth Menon
parent
8ec19dbe92
commit
98b939a9b3
@@ -518,10 +518,12 @@ mcu_spi2: spi@40320000 {
|
||||
|
||||
fss: bus@47000000 {
|
||||
compatible = "simple-bus";
|
||||
reg = <0x00 0x47000000 0x00 0x100>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
ranges = <0x0 0x47000000 0x0 0x47000000 0x0 0x100>, /* FSS Control */
|
||||
<0x0 0x47034000 0x0 0x47040000 0x0 0x100>, /* HBMC Control */
|
||||
<0x0 0x47040000 0x0 0x47040000 0x0 0x100>, /* OSPI0 Control */
|
||||
<0x5 0x00000000 0x5 0x00000000 0x1 0x0000000>; /* HBMC/OSPI0 Memory */
|
||||
|
||||
hbmc_mux: mux-controller@47000004 {
|
||||
compatible = "reg-mux";
|
||||
|
||||
Reference in New Issue
Block a user