On Wed, Aug 13, 2025 at 09:39:14PM +0530, Krishna Kurapati wrote:
Correct the address in usb controller node to fix the following warning:
Warning (simple_bus_reg): /soc@0/usb@a6f8800: simple-bus unit address format error, expected "a600000"
Fixes: c5a87e3a6b3e ("arm64: dts: qcom: sm8450: Flatten usb controller node") Cc: stable@vger.kernel.org Reported-by: kernel test robot lkp@intel.com Closes: https://lore.kernel.org/oe-kbuild-all/202508121834.953Mvah2-lkp@intel.com/ Signed-off-by: Krishna Kurapati krishna.kurapati@oss.qualcomm.com
This change was tested with W=1 and the reported issue is not seen. Also didn't add RB Tag received from Neil Armstrong since there is a change in commit text. This change is based on top of latest linux next.
Changes in v2: Fixed the fixes tag.
Link to v1: https://lore.kernel.org/all/20250813063840.2158792-1-krishna.kurapati@oss.qu...
Reviewed-by: Dmitry Baryshkov dmitry.baryshkov@oss.qualcomm.com