Hello,
I am observing a mismatching of the properties of my camera node in the custom board device-tree and the /proc/device-tree.
What I have been doing so far :
- Create a new device-tree for the custom board,
- Build and flash it to the board, it is well present under /boot/kernel_custom_board.dtb and /boot/dtb/kernel_custom_board.dtb. These files have correct properties.
- I then de-compile the /proc/device-tree with
dtc -I fs -O dts -o extracted_proc.dts /proc/device-tree
However, the properties of my camera node in the extracted_proc.dts file are different than in the previous dtb. And they seem to have some old value that I’d tried.
What could be the issue, please ?
Thanks and best regards,
K.